From 6b1793ddd4d5900c92472c56efaa98b20dd4f823 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 23 Jul 2012 13:39:05 +0200 Subject: [PATCH] Bump B's VERSION and note the changes in perldelta.pod. --- ext/B/B.pm | 2 +- pod/perldelta.pod | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ext/B/B.pm b/ext/B/B.pm index 3b5933c..669a0f7 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. diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 6238d2c..a8877f9 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -97,7 +97,10 @@ XXX =item * -L has been upgraded from version 0.69 to version 0.70. +L has been upgraded from version 1.36 to version 1.37. All C and +C and more SV-related flag values are now provided as constants in +the C namespace and available for export. The default export list has +not changed. =back -- 2.7.4