diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-02-05 14:56:50 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-02-05 15:47:04 -0700 |
commit | 1a5eefe0dbec84fef092f54a1da3f267f6ac039d (patch) | |
tree | 9b55b4ff88c86587fea6d10f8cb65f091ad7aa2f /ext/B | |
parent | e9d5f7d5c47a96d94ce10d3b5677a9625fe6c413 (diff) | |
download | perl-1a5eefe0dbec84fef092f54a1da3f267f6ac039d.tar.gz |
B.pm: Bump version
Diffstat (limited to 'ext/B')
-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 7a63f629b7..ee4700f292 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.47'; + $B::VERSION = '1.48'; @B::EXPORT_OK = (); # Our BOOT code needs $VERSION set, and will append to @EXPORT_OK. |