summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2017-10-23 09:52:23 -0700
committerFather Chrysostomos <sprout@cpan.org>2017-10-23 09:52:23 -0700
commit1cc318ccd01de3f743427faa3a82731c57c38a1c (patch)
tree907ad299c1b79a6ebf0e505d5264f12217780755 /ext
parentf4a37198b80677735d8243e3538253bb7082c86e (diff)
downloadperl-1cc318ccd01de3f743427faa3a82731c57c38a1c.tar.gz
Increase $B::VERSION to 1.71
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 77cbaf4bd7..12d8201619 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.70';
+ $B::VERSION = '1.71';
@B::EXPORT_OK = ();
# Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.