X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Ffastcwd.pl;h=ecd87c8a0350aa445117b8c23203be88b048195d;hb=06c0cc96ebd866767a6d107ed78967600f7e0395;hp=6b452e8d788cb8313dade7ba69e76c338d22b5d9;hpb=99b89507a1fb507cf2635775ed834be00409c207;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/fastcwd.pl b/lib/fastcwd.pl index 6b452e8..ecd87c8 100644 --- a/lib/fastcwd.pl +++ b/lib/fastcwd.pl @@ -1,5 +1,13 @@ # By John Bazik # +# This library is no longer being maintained, and is included for backward +# compatibility with Perl 4 programs which may require it. +# +# 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