summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-06-18 07:43:27 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-06-18 07:43:27 +0000
commite1371c03272359534490b29f74831fb15c5393b3 (patch)
tree8b1b2828e3fca9db7b1131cd5330a5af57b3d991 /lib
parent799361c3c96b8b5eb1dd262f6945e07624ac881f (diff)
downloadperl-e1371c03272359534490b29f74831fb15c5393b3.tar.gz
Fix release date for 5.002
(noticed by Grant McLean) p4raw-id: //depot/perl@34072
Diffstat (limited to 'lib')
-rw-r--r--lib/Module/CoreList.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Module/CoreList.pm b/lib/Module/CoreList.pm
index b8852d49f4..06a00fc726 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',