Fix release date for 5.002
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 18 Jun 2008 07:43:27 +0000 (07:43 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 18 Jun 2008 07:43:27 +0000 (07:43 +0000)
(noticed by Grant McLean)

p4raw-id: //depot/perl@34072

lib/Module/CoreList.pm

index b8852d4..06a00fc 100644 (file)
@@ -1,7 +1,7 @@
 package Module::CoreList;
 use strict;
 use vars qw/$VERSION %released %patchlevel %version %families/;
-$VERSION = '2.15';
+$VERSION = '2.16';
 
 =head1 NAME
 
@@ -148,7 +148,7 @@ sub find_version {
 %released = (
     5.000    => '1994-10-17',
     5.001    => '1995-03-14',
-    5.002    => '1996-02-96',
+    5.002    => '1996-02-29',
     5.00307  => '1996-10-10',
     5.004    => '1997-05-15',
     5.005    => '1998-07-22',