diff options
Diffstat (limited to 'ext/B/B.pm')
-rw-r--r-- | ext/B/B.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm index 5cc253e12a..e0f9e21f0d 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -15,7 +15,7 @@ require Exporter; # walkoptree comes from B.xs BEGIN { - $B::VERSION = '1.64'; + $B::VERSION = '1.65'; @B::EXPORT_OK = (); # Our BOOT code needs $VERSION set, and will append to @EXPORT_OK. |