Document the hint constants and where they're used.
[p5sagit/p5-mst-13.2.git] / ext / B / B / Debug.pm
index c69bfbf..f9f8c09 100644 (file)
@@ -1,4 +1,7 @@
 package B::Debug;
+
+our $VERSION = '1.00';
+
 use strict;
 use B qw(peekop class walkoptree walkoptree_exec
          main_start main_root cstring sv_undef);