summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-22 21:56:15 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-09-22 21:56:36 -0700
commitd219a6caabadff92085b30a1b95bd654b759ea4a (patch)
tree314bb012022e9aaa7f5f3944cd1e8731891142ce
parent14d91147b4bfd5289f2548af3eb0d745d241b9f8 (diff)
downloadperl-d219a6caabadff92085b30a1b95bd654b759ea4a.tar.gz
Increase $B::VERSION to 1.52
-rw-r--r--ext/B/B.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm
index d50a9d6813..f0dd77a287 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.51';
+ $B::VERSION = '1.52';
@B::EXPORT_OK = ();
# Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.