summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2017-04-20 16:36:45 +0200
committerSawyer X <xsawyerx@cpan.org>2017-04-20 16:36:45 +0200
commit759020c9f1d2b75678e5519e7e526d1193bb4119 (patch)
treea81fa7d42e1b626e253a42476b7cd994dd9c6f0f
parent4648f219576895719f0589f57a3718f79ecc33ed (diff)
downloadperl-759020c9f1d2b75678e5519e7e526d1193bb4119.tar.gz
Finalizing perldelta
-rw-r--r--pod/perldelta.pod36
1 files changed, 14 insertions, 22 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c0274bfede..e289890943 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -14,46 +14,38 @@ L<perl52511delta>, which describes differences between 5.25.10 and 5.25.11.
=head1 Modules and Pragmata
-XXX All changes to installed files in F<cpan/>, F<dist/>, F<ext/> and F<lib/>
-go here. If Module::CoreList is updated, generate an initial draft of the
-following sections using F<Porting/corelist-perldelta.pl>. A paragraph summary
-for important changes should then be added by hand. In an ideal world,
-dual-life modules would have a F<Changes> file that could be cribbed.
-
-[ Within each section, list entries as a =item entry ]
-
-=head2 New Modules and Pragmata
+=head2 Updated Modules and Pragmata
=over 4
=item *
-XXX
+L<base> has been upgraded from version 2.24 to 2.25.
-=back
+=item *
-=head2 Updated Modules and Pragmata
-
-=over 4
+L<CPAN> has been upgraded from version 2.17 to 2.18.
=item *
-L<XXX> has been upgraded from version A.xx to B.yy.
+L<DynaLoader> has been upgraded from version 1.41 to 1.42.
=item *
L<Module::CoreList> has been upgraded from version 5.20170320 to
5.20170420.
-=back
+=item *
-=head2 Removed Modules and Pragmata
+L<Safe> has been upgraded from version 2.39 to 2.40.
-=over 4
+=item *
+
+L<threads::shared> has been upgraded from version 1.55 to 1.56.
=item *
-XXX
+L<XSLoader> has been upgraded from version 0.26 to 0.27.
=back
@@ -70,7 +62,7 @@ XXX
Since C<.> is now removed from C<@INC> by default, C<do> will now trigger
a warning recommending to fix the C<do> statement:
-L<do "%s" failed, '.' is no longer in @INC|perldiag/do "%s" failed, '.' is no longer in @INC; did you mean do "./%s"?>
+L<do "%s" failed, '.' is no longer in @INC|perldiag/do "%s" failed, '.' is no longer in @INC; did you mean do ".E<sol>%s"?>
=back
@@ -93,11 +85,11 @@ C<@INC> to avoid confusion.
=head1 Acknowledgements
Perl 5.25.12 represents approximately 4 weeks of development since Perl 5.25.11
-and contains approximately 1,900 lines of changes across 150 files from 8
+and contains approximately 1,700 lines of changes across 150 files from 8
authors.
Excluding auto-generated files, documentation and release tools, there were
-approximately 690 lines of changes to 73 .pm, .t, .c and .h files.
+approximately 700 lines of changes to 73 .pm, .t, .c and .h files.
Perl continues to flourish into its third decade thanks to a vibrant community
of users and developers. The following people are known to have contributed the