This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
deprecation warning on deprecated-in-core .pl libs
authorZefram <zefram@fysh.org>
Sat, 17 Apr 2010 14:25:10 +0000 (15:25 +0100)
committerJesse Vincent <jesse@bestpractical.com>
Tue, 29 Jun 2010 02:30:03 +0000 (22:30 -0400)
commit0111154e36e017cd8f7830ff1ed29407df297e00
tree72f8ef1592503293a05a6357bab7887cc7ff56f3
parent3d71525dd80b2889a3317b298f7f976b659d8e5b
deprecation warning on deprecated-in-core .pl libs

This is a mandatory warning, not obeying -X or lexical warning bits.
To make it behave like an internal deprecation warning would be a lot
of hassle to do in pure Perl.

The warning is modelled on that supplied by deprecate.pm for
deprecated-in-core .pm libraries.  It points to the specific CPAN
distribution that contains the .pl libraries.  The CPAN version, of
course, does not generate the warning.
31 files changed:
lib/abbrev.pl
lib/assert.pl
lib/bigfloat.pl
lib/bigint.pl
lib/bigrat.pl
lib/cacheout.pl
lib/complete.pl
lib/ctime.pl
lib/dotsh.pl
lib/exceptions.pl
lib/fastcwd.pl
lib/find.pl
lib/finddepth.pl
lib/flush.pl
lib/getcwd.pl
lib/getopt.pl
lib/getopts.pl
lib/hostname.pl
lib/importenv.pl
lib/look.pl
lib/newgetopt.pl
lib/open2.pl
lib/open3.pl
lib/pwd.pl
lib/shellwords.pl
lib/stat.pl
lib/syslog.pl
lib/tainted.pl
lib/termcap.pl
lib/timelocal.pl
lib/validate.pl