summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-06-04 13:10:28 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-06-04 18:14:52 -0700
commitf3ac9fb2631eb3706dcdd2fe0274a953da37486f (patch)
treea4ef846376597aff77443f28df5ebfefb3b9ce6c /ext
parent715f9ce71e7b8c216a043af2cd6bb78c340f56c1 (diff)
downloadperl-f3ac9fb2631eb3706dcdd2fe0274a953da37486f.tar.gz
Increase $B::VERSION to 1.36
Diffstat (limited to 'ext')
-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 7507c40c8f..d7a5cdf256 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.35';
+ $B::VERSION = '1.36';
@B::EXPORT_OK = ();
# Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.