diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-31 20:34:44 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-31 20:34:44 +0000 |
commit | 27f8c05114b8c8d5760ce1f207d80b911e02f72e (patch) | |
tree | 6b7f8f0ca5099889eddb1c119a06512c80cd62e9 /lib/Module | |
parent | cda59a319a8b9aa5a0ad4eca5693f5d398d94ab2 (diff) | |
download | perl-27f8c05114b8c8d5760ce1f207d80b911e02f72e.tar.gz |
Remove duplicated line
p4raw-id: //depot/perl@24651
Diffstat (limited to 'lib/Module')
-rw-r--r-- | lib/Module/CoreList.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Module/CoreList.pm b/lib/Module/CoreList.pm index 91df3aa1f0..e2ff0bdc00 100644 --- a/lib/Module/CoreList.pm +++ b/lib/Module/CoreList.pm @@ -127,7 +127,6 @@ sub first_release { 5.008004 => '2004-04-21', 5.008005 => '2004-07-19', 5.008006 => '2004-11-27', - 5.008006 => '2004-11-27', 5.009002 => '2005-04-01', 5.008007 => '2005-05-30', ); |