diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-07-03 18:38:30 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-07-03 18:38:30 +0200 |
commit | 17d5d82df211d3a348c01e0ec2d38816bf89823a (patch) | |
tree | 2a9c5a2451d15a06ac4dad4e1a90e18986bbc31b | |
parent | 8cc871bd82ee24f31b8b9cf2c8458ced9d3dfd42 (diff) | |
download | perl-17d5d82df211d3a348c01e0ec2d38816bf89823a.tar.gz |
Delta for the removal of Perl 4 libraries
-rw-r--r-- | pod/perldelta.pod | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b06fc7a408..15e67079ff 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -192,7 +192,12 @@ performance under ithreads. =item * -XXX +Perl 4-era .pl libraries + +Perl used to bundle a handful of library files that predate Perl 5. Most of +these files, which have been deprecated since version 5.14.0, have now been +removed. If your code still relies on these libraries, you can install them +again from C<Perl4::CoreLibs> on CPAN. =back |