From: Nicholas Clark Date: Mon, 23 Jul 2012 11:39:05 +0000 (+0200) Subject: Bump B's VERSION and note the changes in perldelta.pod. X-Git-Tag: upstream/5.20.0~6034^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b1793ddd4d5900c92472c56efaa98b20dd4f823;p=platform%2Fupstream%2Fperl.git Bump B's VERSION and note the changes in perldelta.pod. --- 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