perldelta for B::Deparse ambient_pragmas fix
authorFather Chrysostomos <sprout@cpan.org>
Mon, 2 Jan 2012 21:26:35 +0000 (13:26 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 3 Jan 2012 06:10:33 +0000 (22:10 -0800)
pod/perldelta.pod

index 15328eb..8620fd7 100644 (file)
@@ -1,7 +1,7 @@
 =encoding utf8
 
 =for comment
-This has been completed up to 746f6409435.
+This has been completed up to 3036b99.
 
 =head1 NAME
 
@@ -144,6 +144,9 @@ The C</applaud> regular expression flags are no longer omitted.
 Feature hints are now deparsed with C<use feature> rather than C<%^H>
 assignments.
 
+A regression in 1.10 that caused C<ambient_pragmas> to disabled strict mode
+in obscure cases has been fixed.
+
 =item *
 
 L<CGI> has been upgraded from version 3.58 to version 3.59.