X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl5111delta.pod;h=87fb9dfbe0289075a44f2ed272f04a64c42594ca;hb=4ff31b786b9f6148fc8ea695db081861576d06a2;hp=17d0d0c77c03e98dd2ec61b3f8e292e2d8b51838;hpb=7360c6b444ea6e19b6583f9530f845bee19c7921;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl5111delta.pod b/pod/perl5111delta.pod index 17d0d0c..87fb9df 100644 --- a/pod/perl5111delta.pod +++ b/pod/perl5111delta.pod @@ -1,6 +1,6 @@ =head1 NAME -perldelta - what is new for perl v5.11.1 +perl5111delta - what is new for perl v5.11.1 =head1 DESCRIPTION @@ -61,9 +61,9 @@ Alpha versions with underscores do not need to be quoted; static parsing will preserve the underscore, but during compilation, Perl will remove underscores as it does for all numeric literals -It does not break old code with only 'package NAME', but code that uses -'package NAME VERSION' will need to be restricted to perl 5.11.X or newer -This is analogous to the change to open() from two-args to three-args. +It does not break old code with only C, but code that uses +C will need to be restricted to perl 5.11.X or newer +This is analogous to the change to C from two-args to three-args. Users requiring the latest Perl will benefit, and perhaps N years from now it will become standard practice when Perl 5.12 is targeted the way that 5.6 is today. @@ -134,7 +134,10 @@ Updated Object::Accessor to0.36 =over 4 -=item L extends the "Social contract about contributed modules" into the beginnings of a document on Perl porting policies. +=item * + +L extends the "Social contract about contributed modules" into +the beginnings of a document on Perl porting policies. =back