diff options
Diffstat (limited to 'lib/timelocal.pl')
-rw-r--r-- | lib/timelocal.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/timelocal.pl b/lib/timelocal.pl index 34d14a7b9f..5e08dad9e3 100644 --- a/lib/timelocal.pl +++ b/lib/timelocal.pl @@ -19,6 +19,3 @@ use Time::Local; *timelocal::cheat = \&Time::Local::cheat; -warn( "The 'timelocal.pl' legacy library is deprecated and will be" - . " removed in the next major release of perl. Please use the" - . " Time::Local module instead." ); |