Skip to content

Commit

Permalink
correct release date for v5.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jan 7, 2014
1 parent e2a4306 commit add9c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/Module-CoreList/lib/Module/CoreList.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use vars qw/$VERSION %released %version %families %upstream
%bug_tracker %deprecated %delta/;
use Module::CoreList::TieHashDelta;
$VERSION = '3.03';
$VERSION = '3.03_01';

my $dumpinc = 0;
sub import {
Expand Down Expand Up @@ -242,7 +242,7 @@ sub changes_between {
5.019005 => '2013-10-20',
5.019006 => '2013-11-20',
5.019007 => '2013-12-20',
5.018002 => '2014-01-09',
5.018002 => '2014-01-06',
);

for my $version ( sort { $a <=> $b } keys %released ) {
Expand Down

0 comments on commit add9c69

Please sign in to comment.