perldelta for deparsing features
authorFather Chrysostomos <sprout@cpan.org>
Mon, 2 Jan 2012 21:17:14 +0000 (13:17 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 3 Jan 2012 06:10:32 +0000 (22:10 -0800)
pod/perldelta.pod

index 26e1480..164851f 100644 (file)
@@ -1,7 +1,7 @@
 =encoding utf8
 
 =for comment
-This has been completed up to 2fc860e.
+This has been completed up to 33021019.
 
 =head1 NAME
 
@@ -141,6 +141,9 @@ C</$s[1]/> used to be deparsed as C<$s[1]> if @s were a lexical variable
 
 The C</applaud> regular expression flags are no longer omitted.
 
+Feature hints are now deparsed with C<use feature> rather than C<%^H>
+assignments.
+
 =item *
 
 L<CGI> has been upgraded from version 3.58 to version 3.59.