summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2012-05-19 09:15:46 -0400
committerRicardo Signes <rjbs@cpan.org>2012-05-19 10:03:07 -0400
commitcfcbecfcdc2b790d694571d2a5862fdfc7311702 (patch)
tree0ca6e78480844189aa4b0f69739aaacb5b740236
parent36bded947b191af9d49762ac9409f96f0d5905d7 (diff)
downloadperl-cfcbecfcdc2b790d694571d2a5862fdfc7311702.tar.gz
perldelta: note the removal of the perl4 core .pl files
Mistakenly omitted (somehow) from a patch originally from Reini Urban
-rw-r--r--pod/perldelta.pod13
-rw-r--r--t/porting/known_pod_issues.dat1
2 files changed, 14 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 25743ee8fd..d9a1ec5f3d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1516,6 +1516,19 @@ C<Devel::DProf> has been removed from the Perl core. Prior version was
C<Shell> has been removed from the Perl core. Prior version was 0.72_01.
+=item *
+
+Several old perl4-style libraries which have been deprecated with 5.14
+are now removed:
+
+ abbrev.pl assert.pl bigfloat.pl bigint.pl bigrat.pl cacheout.pl
+ complete.pl ctime.pl dotsh.pl exceptions.pl fastcwd.pl flush.pl
+ getcwd.pl getopt.pl getopts.pl hostname.pl importenv.pl
+ lib/find{,depth}.pl look.pl newgetopt.pl open2.pl open3.pl
+ pwd.pl shellwords.pl stat.pl tainted.pl termcap.pl timelocal.pl
+
+They can be found on CPAN as L<Perl4::CoreLibs>.
+
=back
=head1 Documentation
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index cc213b9859..d08d202fd7 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -86,6 +86,7 @@ PadWalker
passwd(1)
perl(1)
Perl::Unsafe::Signals
+Perl4::CoreLibs
perlbug(1)
PerlIO::locale
PerlIO::Util