This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make Unicode constants under use utf8 work again
[perl5.git] / pod / perl5111delta.pod
index 8b8ddbe..4717374 100644 (file)
@@ -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<package NAME>, but code that uses
+C<package NAME VERSION> will need to be restricted to perl 5.11.X or newer
+This is analogous to the change to C<open> 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<pod/perlpolicy.pod> extends the "Social contract about contributed modules" into the beginnings of a document on Perl porting policies.
+=item *
+
+L<perlpolicy> extends the "Social contract about contributed modules" into
+the beginnings of a document on Perl porting policies.
 
 =back
 
@@ -257,7 +260,7 @@ Perl now defaults to issuing a warning if a deprecated language feature is used.
 To disable this feature in a given lexical scope, you should use C<no
 warnings 'deprecated';> For information about which language features
 are deprecated and explanations of various deprecation warnings, please
-see L<perldiag.pod>
+see L<perldiag>
 
 =back
 
@@ -311,8 +314,19 @@ With luck, that'll be sorted out for 5.11.2
 
 =head1 Acknowledgements
 
-XXX The list of people to thank goes here.
+Perl 5.11.1 represents approximately 3 weeks development since Perl 5.11.0
+contains 22,000 lines of changes across 396 files from 26 authors and committers:
+
+Abigail, Alex Vandiver, brian d foy, Chris Williams, Craig A. Berry,
+David Fifield, David Golden, demerphq, Eric Brine, Geoffrey T. Dairiki,
+George Greer, H.Merijn Brand, Jan Dubois, Jerry D. Hedden, Jesse Vincent,
+Josh ben Jore, Max Maischein, Nicholas Clark, Rafael Garcia-Suarez,
+Simon Schubert, Sisyphus, Smylers, Steve Hay, Steve Peters, Vincent Pit
+and Yves Orton.
 
+Many of the changes included in this version originated in the CPAN
+modules included in Perl's core.  We're grateful to the entire CPAN
+community for helping Perl to flourish.
 
 =head1 Reporting Bugs