diff options
author | Father Chrysostomos <sprout@cpan.org> | 2017-10-23 09:52:23 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2017-10-23 09:52:23 -0700 |
commit | 1cc318ccd01de3f743427faa3a82731c57c38a1c (patch) | |
tree | 907ad299c1b79a6ebf0e505d5264f12217780755 /ext | |
parent | f4a37198b80677735d8243e3538253bb7082c86e (diff) | |
download | perl-1cc318ccd01de3f743427faa3a82731c57c38a1c.tar.gz |
Increase $B::VERSION to 1.71
Diffstat (limited to 'ext')
-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 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. |