diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-05-11 09:50:20 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-11 11:29:52 -0700 |
commit | c7957d513a5a004bd00e34dbab5a65d19c1f17e6 (patch) | |
tree | db4b6b9382ff7b121660ad8dd73f5f1227f5a05d | |
parent | 21c1039141283beed333de30964ee608a23a9d74 (diff) | |
download | perl-c7957d513a5a004bd00e34dbab5a65d19c1f17e6.tar.gz |
perldelta: Explain the ‘(5.14.1)’ markers
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 15083f54ce..8db4fb082c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -13,6 +13,10 @@ If you are upgrading from an earlier release such as 5.12.0, first read L<perl5140delta>, which describes differences between 5.12.0 and 5.14.0. +Some of the bug fixes in this release have been backported to subsequent +releases of 5.14.x. Those are indicated with the 5.14.x version in +parentheses. + =head1 Notice With the release of Perl 5.16.0, the 5.12.x series of releases are now out of |