diff options
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/B/Bytecode.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/B/B/Bytecode.pm b/ext/B/B/Bytecode.pm index c1fdb69fd4..798b0866d4 100644 --- a/ext/B/B/Bytecode.pm +++ b/ext/B/B/Bytecode.pm @@ -7,6 +7,8 @@ package B::Bytecode; +our $VERSION = '1.01'; + use strict; use Config; use B qw(class main_cv main_root main_start cstring comppadlist |