summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-03-21 01:11:56 +0200
committerSawyer X <xsawyerx@cpan.org>2020-03-21 01:54:39 +0200
commit0707d397b15bdd3a8058d75e1c345ee80b3c3183 (patch)
tree449027568d1a54f55d285b893f08ea91bdcb32e2 /pod
parente916e3bc03998fe04c29eac6f4601c8592cb09d7 (diff)
downloadperl-0707d397b15bdd3a8058d75e1c345ee80b3c3183.tar.gz
Bump version to 5.32.0
Diffstat (limited to 'pod')
-rw-r--r--pod/.gitignore2
-rw-r--r--pod/perldelta.pod10
2 files changed, 6 insertions, 6 deletions
diff --git a/pod/.gitignore b/pod/.gitignore
index e638820140..54fa65f4c9 100644
--- a/pod/.gitignore
+++ b/pod/.gitignore
@@ -49,7 +49,7 @@
/roffitall
# generated
-/perl53111delta.pod
+/perl5320delta.pod
/perlapi.pod
/perlintern.pod
/perlmodlib.pod
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a2a10ce6cc..aaa0feda79 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -5,15 +5,15 @@
[ this is a template for a new perldelta file. Any text flagged as XXX needs
to be processed before release. ]
-perldelta - what is new for perl v5.31.11
+perldelta - what is new for perl v5.32.0
=head1 DESCRIPTION
-This document describes differences between the 5.31.10 release and the 5.31.11
+This document describes differences between the 5.30.0 release and the 5.32.0
release.
-If you are upgrading from an earlier release such as 5.31.9, first read
-L<perl53110delta>, which describes differences between 5.31.9 and 5.31.10.
+If you are upgrading from an earlier release such as 5.28.0, first read
+L<perl5300delta>, which describes differences between 5.28.0 and 5.30.0.
=head1 Notice
@@ -403,7 +403,7 @@ died, add a short obituary here.
XXX Generate this with:
- perl Porting/acknowledgements.pl v5.31.10..HEAD
+ perl Porting/acknowledgements.pl v5.30.0..HEAD
=head1 Reporting Bugs