This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump B's VERSION and note the changes in perldelta.pod.
authorNicholas Clark <nick@ccl4.org>
Mon, 23 Jul 2012 11:39:05 +0000 (13:39 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 24 Jul 2012 08:24:18 +0000 (10:24 +0200)
ext/B/B.pm
pod/perldelta.pod

index 3b5933c..669a0f7 100644 (file)
@@ -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.
index 6238d2c..a8877f9 100644 (file)
@@ -97,7 +97,10 @@ XXX
 
 =item *
 
-L<XXX> has been upgraded from version 0.69 to version 0.70.
+L<B> has been upgraded from version 1.36 to version 1.37. All C<CVf_*> and
+C<GVf_*> and more SV-related flag values are now provided as constants in
+the C<B::> namespace and available for export. The default export list has
+not changed.
 
 =back