Skip to content

Commit

Permalink
perldelta: New perldelta
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed May 31, 2017
1 parent 1043e0c commit 1b51016
Show file tree
Hide file tree
Showing 11 changed files with 462 additions and 37 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -4932,6 +4932,7 @@ pod/perl5223delta.pod Perl changes in version 5.22.3
pod/perl5240delta.pod Perl changes in version 5.24.0
pod/perl5241delta.pod Perl changes in version 5.24.1
pod/perl5260delta.pod Perl changes in version 5.26.0
pod/perl5270delta.pod Perl changes in version 5.27.0
pod/perl561delta.pod Perl changes in version 5.6.1
pod/perl56delta.pod Perl changes in version 5.6
pod/perl581delta.pod Perl changes in version 5.8.1
Expand Down
8 changes: 4 additions & 4 deletions Makefile.SH
Expand Up @@ -570,7 +570,7 @@ esac

$spitshell >>$Makefile <<'!NO!SUBS!'
perltoc_pod_prereqs = extra.pods pod/perl5270delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
perltoc_pod_prereqs = extra.pods pod/perl5271delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs)
generated_headers = uudmap.h bitcount.h mg_data.h
Expand Down Expand Up @@ -1120,9 +1120,9 @@ pod/perlintern.pod: $(MINIPERL_EXE) autodoc.pl embed.fnc
pod/perlmodlib.pod: $(MINIPERL_EXE) pod/perlmodlib.PL MANIFEST
$(MINIPERL) pod/perlmodlib.PL -q
pod/perl5270delta.pod: pod/perldelta.pod
$(RMS) pod/perl5270delta.pod
$(LNS) perldelta.pod pod/perl5270delta.pod
pod/perl5271delta.pod: pod/perldelta.pod
$(RMS) pod/perl5271delta.pod
$(LNS) perldelta.pod pod/perl5271delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`
Expand Down
2 changes: 1 addition & 1 deletion pod/.gitignore
Expand Up @@ -50,7 +50,7 @@
/roffitall

# generated
/perl5270delta.pod
/perl5271delta.pod
/perlapi.pod
/perlintern.pod
/perlmodlib.pod
Expand Down
1 change: 1 addition & 0 deletions pod/perl.pod
Expand Up @@ -181,6 +181,7 @@ aux h2ph h2xs perlbug pl2pm pod2html pod2man splain xsubpp

perlhist Perl history records
perldelta Perl changes since previous version
perl5270delta Perl changes in version 5.27.0
perl5260delta Perl changes in version 5.26.0
perl5241delta Perl changes in version 5.24.1
perl5240delta Perl changes in version 5.24.0
Expand Down
97 changes: 97 additions & 0 deletions pod/perl5270delta.pod
@@ -0,0 +1,97 @@
=encoding utf8

=head1 NAME

[ this is a template for a new perldelta file. Any text flagged as XXX needs
to be processed before release. ]

perl5270delta - what is new for perl v5.27.0

=head1 DESCRIPTION

This document describes differences between the 5.26.0 release and the 5.27.0
release.

If you are upgrading from an earlier release such as 5.25.0, first read
L<perl5260delta>, which describes differences between 5.25.0 and 5.26.0.

=head1 Modules and Pragmata

=head2 Updated Modules and Pragmata

=over 4

=item *

L<feature> has been upgraded from version 1.47 to 1.48.

=item *

L<Module::CoreList> has been upgraded from version 5.20170530 to 5.20170531.

=back

=head1 Acknowledgements

Perl 5.26.1 represents approximately 0 weeks of development since Perl 5.26.0
and contains approximately 7,200 lines of changes across 43 files from 2
authors.

Excluding auto-generated files, documentation and release tools, there were
approximately 72 lines of changes to 8 .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
improvements that became Perl 5.26.1:

Ricardo Signes, Sawyer X.

The list above is almost certainly incomplete as it is automatically generated
from version control history. In particular, it does not include the names of
the (very much appreciated) contributors who reported issues to the Perl bug
tracker.

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.

For a more complete list of all of Perl's historical contributors, please see
the F<AUTHORS> file in the Perl source distribution.

=head1 Reporting Bugs

If you find what you think is a bug, you might check the perl bug database
at L<https://rt.perl.org/> . There may also be information at
L<http://www.perl.org/> , the Perl Home Page.

If you believe you have an unreported bug, please run the L<perlbug> program
included with your release. Be sure to trim your bug down to a tiny but
sufficient test case. Your bug report, along with the output of C<perl -V>,
will be sent off to perlbug@perl.org to be analysed by the Perl porting team.

If the bug you are reporting has security implications which make it
inappropriate to send to a publicly archived mailing list, then see
L<perlsec/SECURITY VULNERABILITY CONTACT INFORMATION>
for details of how to report the issue.

=head1 Give Thanks

If you wish to thank the Perl 5 Porters for the work we had done in Perl 5,
you can do so by running the C<perlthanks> program:

perlthanks

This will send an email to the Perl 5 Porters list with your show of thanks.

=head1 SEE ALSO

The F<Changes> file for an explanation of how to view exhaustive details on
what changed.

The F<INSTALL> file for how to build Perl.

The F<README> file for general stuff.

The F<Artistic> and F<Copying> files for copyright information.

=cut

0 comments on commit 1b51016

Please sign in to comment.