Skip to content

Commit

Permalink
perldelta: add a new delta for v5.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed May 21, 2021
1 parent 7046cbc commit 9623941
Show file tree
Hide file tree
Showing 10 changed files with 477 additions and 28 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -5232,6 +5232,7 @@ pod/perl5303delta.pod Perl changes in version 5.30.3
pod/perl5320delta.pod Perl changes in version 5.32.0
pod/perl5321delta.pod Perl changes in version 5.32.1
pod/perl5340delta.pod Perl changes in version 5.34.0
pod/perl5350delta.pod Perl changes in version 5.35.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 @@ -589,7 +589,7 @@ esac

$spitshell >>$Makefile <<'!NO!SUBS!'
perltoc_pod_prereqs = extra.pods pod/perl5350delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
perltoc_pod_prereqs = extra.pods pod/perl5351delta.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 @@ -1153,9 +1153,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/perl5350delta.pod: pod/perldelta.pod
$(RMS) pod/perl5350delta.pod
$(LNS) perldelta.pod pod/perl5350delta.pod
pod/perl5351delta.pod: pod/perldelta.pod
$(RMS) pod/perl5351delta.pod
$(LNS) perldelta.pod pod/perl5351delta.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 @@ -48,7 +48,7 @@
/roffitall

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

perlhist Perl history records
perldelta Perl changes since previous version
perl5350delta Perl changes in version 5.35.0
perl5340delta Perl changes in version 5.34.0
perl5321delta Perl changes in version 5.32.1
perl5320delta Perl changes in version 5.32.0
Expand Down
83 changes: 83 additions & 0 deletions pod/perl5350delta.pod
@@ -0,0 +1,83 @@
=encoding utf8

=head1 NAME

perl5350delta - what is new for perl v5.35.0

=head1 DESCRIPTION

This document describes differences between the 5.34.0 release and the 5.35.0
release.

If you are upgrading from an earlier release such as 5.32.0, first read
L<perl5340delta>, which describes differences between 5.32.0 and 5.34.0.

=head1 Modules and Pragmata

=head2 Updated Modules and Pragmata

=over 4

=item *

L<feature> has been upgraded from version 1.64 to 1.65.

=item *

L<Module::CoreList> has been upgraded from version 5.20210520 to 5.20210521.

=back

=head1 Acknowledgements

Perl 5.35.0 represents approximately 8 hours of wallclock time since Perl
5.34.0 and contains approximately 3,300 lines of changes across 40 files from 1
authors.

Excluding auto-generated files, documentation and release tools, there were
approximately 64 lines of changes to 6 .pm, .t, .c and .h files.

Perl continues to flourish into its fourth decade thanks to a vibrant
community of users and developers. For a more complete list of all of Perl's
historical contributors, please see the F<AUTHORS> file in the Perl source
distribution.

Special thanks go to Sawyer X, who released perl v5.34.0 earlier today after
four years of work managing the project.

=head1 Reporting Bugs

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

If you believe you have an unreported bug, please open an issue at
L<https://github.com/Perl/perl5/issues>. Be sure to trim your bug down to a
tiny but sufficient test case.

If the bug you are reporting has security implications which make it
inappropriate to send to a public issue tracker, 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 9623941

Please sign in to comment.