In perl.git, the branch maint-5.12 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/3bf8d012f4bd5cde1d964597cb556e714b56a9d4?hp=d005a52404f4caf470615b1d33da4e2edea83ee6>
- Log ----------------------------------------------------------------- commit 3bf8d012f4bd5cde1d964597cb556e714b56a9d4 Author: Dominic Hargreaves <d...@earth.li> Date: Thu Nov 1 22:52:50 2012 +0000 correct reference to perl5125delta.pod ----------------------------------------------------------------------- Summary of changes: README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README b/README index 66c86a4..c4fac9e 100644 --- a/README +++ b/README @@ -22,7 +22,7 @@ third-party modules. For an introduction to the language's features, see pod/perlintro.pod. For a discussion of the important changes in this release, see -pod/perl5124delta.pod. (This will also be installed as perldelta.pod). +pod/perl5125delta.pod. (This will also be installed as perldelta.pod). There are also many Perl books available, covering a wide variety of topics, from various publishers. See pod/perlbook.pod for more information. -- Perl5 Master Repository