diff options
Diffstat (limited to 'gnu/usr.bin/perl/lib/fastcwd.pl')
-rw-r--r-- | gnu/usr.bin/perl/lib/fastcwd.pl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gnu/usr.bin/perl/lib/fastcwd.pl b/gnu/usr.bin/perl/lib/fastcwd.pl index 34b60f71a08..6b452e8d788 100644 --- a/gnu/usr.bin/perl/lib/fastcwd.pl +++ b/gnu/usr.bin/perl/lib/fastcwd.pl @@ -1,15 +1,5 @@ # By John Bazik # -# 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: Cwd - # Usage: $cwd = &fastcwd; # # This is a faster version of getcwd. It's also more dangerous because |