From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Wed, 18 Jun 2008 07:43:27 +0000 (+0000)
Subject: Fix release date for 5.002
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e1371c03272359534490b29f74831fb15c5393b3;p=p5sagit%2Fp5-mst-13.2.git

Fix release date for 5.002
(noticed by Grant McLean)

p4raw-id: //depot/perl@34072
---

diff --git a/lib/Module/CoreList.pm b/lib/Module/CoreList.pm
index b8852d4..06a00fc 100644
--- a/lib/Module/CoreList.pm
+++ b/lib/Module/CoreList.pm
@@ -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',