diff options
Diffstat (limited to 'ext/B/B.pm')
-rw-r--r-- | ext/B/B.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm index 534182fe4b..06f99c49fb 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -6,6 +6,9 @@ # License or the Artistic License, as specified in the README file. # package B; + +our $VERSION = '1.00'; + use XSLoader (); require Exporter; @ISA = qw(Exporter); |