This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove perl4-library deprecation warnings
[perl5.git] / lib / fastcwd.pl
index 1113348..34b60f7 100644 (file)
 #
 # Suggested alternative: Cwd
 
-warn( "The 'fastcwd.pl' legacy library is deprecated and will be"
-      . " removed in the next major release of perl. Please use the"
-      . " Cwd module instead." );
-
 # Usage: $cwd = &fastcwd;
 #
 # This is a faster version of getcwd.  It's also more dangerous because