diff options
Diffstat (limited to 'lib/getcwd.pl')
-rw-r--r-- | lib/getcwd.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/getcwd.pl b/lib/getcwd.pl index 571b319ea1..fcca2ced80 100644 --- a/lib/getcwd.pl +++ b/lib/getcwd.pl @@ -9,10 +9,6 @@ # # Suggested alternative: Cwd -warn( "The 'getcwd.pl' legacy library is deprecated and will be" - . " removed in the next major release of perl. Please use the" - . " Cwd module instead." ); - # # Usage: $cwd = &getcwd; |