summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-23 18:13:55 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-23 18:14:42 -0800
commite8acd6c51420b5d9471bf4a2e80536839f244f3a (patch)
tree45a8b1b00468c59fb866472ad093ccfebea62ddb
parent7a168a410cb692bd26a3cf7946c99721473a920b (diff)
downloadperl-e8acd6c51420b5d9471bf4a2e80536839f244f3a.tar.gz
Increase $B::VERSION to 1.34
-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 2fe45957df..19803312d7 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.33';
+ $B::VERSION = '1.34';
@B::EXPORT_OK = ();
# Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.