diff options
Diffstat (limited to 'gnu/usr.bin/perl/lib/termcap.pl')
-rw-r--r-- | gnu/usr.bin/perl/lib/termcap.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/lib/termcap.pl b/gnu/usr.bin/perl/lib/termcap.pl index f295a2d476b..247a1718da7 100644 --- a/gnu/usr.bin/perl/lib/termcap.pl +++ b/gnu/usr.bin/perl/lib/termcap.pl @@ -2,12 +2,15 @@ # # This library is no longer being maintained, and is included for backward # compatibility with Perl 4 programs which may require it. +# This legacy library is deprecated and will be removed in a future +# release of perl. # # In particular, this should not be used as an example of modern Perl # programming techniques. # # Suggested alternative: Term::Cap # + ;# ;# Usage: ;# require 'ioctl.pl'; |