summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-07-23 13:39:05 +0200
committerNicholas Clark <nick@ccl4.org>2012-07-24 10:24:18 +0200
commit6b1793ddd4d5900c92472c56efaa98b20dd4f823 (patch)
tree3d8ff8f8853602c183a3826c3a964a8249e58399 /ext
parent655d9c7509df1bcc60830c6c357cddd28e8856bb (diff)
downloadperl-6b1793ddd4d5900c92472c56efaa98b20dd4f823.tar.gz
Bump B's VERSION and note the changes in perldelta.pod.
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 3b5933c7d1..669a0f7868 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.36';
+ $B::VERSION = '1.37';
@B::EXPORT_OK = ();
# Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.