diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-05-20 09:49:24 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-05-20 10:03:09 +0100 |
commit | daca484d698401314760ddb24f2669780bf9de12 (patch) | |
tree | 9ef98d5990116f664d1702e76b16086e8904fdcc /ext | |
parent | f95396b326aacbc03234633c3e3e6a094c105d5f (diff) | |
download | perl-daca484d698401314760ddb24f2669780bf9de12.tar.gz |
Bump the versions of B and Storable following 1b95d04f713d9c56.
1b95d04f713d9c56 changed HvKEYS() to HvUSEDKEYS() in the XS code.
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 063eb401ae..da20925ae5 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.29'; + $B::VERSION = '1.30'; @B::EXPORT_OK = (); # Our BOOT code needs $VERSION set, and will append to @EXPORT_OK. |