diff options
author | Andy Lester <andy@petdance.com> | 2005-04-07 12:44:42 -0500 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-04-08 12:18:42 +0000 |
commit | 2db3864ffcaccbf832bbb3814303b4f6beef8963 (patch) | |
tree | afec42c61fea1276efdac7452e1ec685c6676c57 /warnings.pl | |
parent | 45977657b0fa2c29b268b817f40e6b295a501d39 (diff) | |
download | perl-2db3864ffcaccbf832bbb3814303b4f6beef8963.tar.gz |
Removing Y2K warnings
Message-ID: <20050407224442.GA23895@petdance.com>
p4raw-id: //depot/perl@24205
Diffstat (limited to 'warnings.pl')
-rw-r--r-- | warnings.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/warnings.pl b/warnings.pl index 43f0aa6e12..e7659b9374 100644 --- a/warnings.pl +++ b/warnings.pl @@ -49,7 +49,6 @@ my $tree = { 'misc' => [ 5.008, DEFAULT_OFF], 'regexp' => [ 5.008, DEFAULT_OFF], 'glob' => [ 5.008, DEFAULT_OFF], - 'y2k' => [ 5.008, DEFAULT_OFF], 'untie' => [ 5.008, DEFAULT_OFF], 'substr' => [ 5.008, DEFAULT_OFF], 'taint' => [ 5.008, DEFAULT_OFF], |