diff options
author | Ricardo Signes <rjbs@cpan.org> | 2010-05-20 00:31:11 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2010-05-20 00:31:11 -0400 |
commit | 305702323527d54bf0fb0300cdbd67d7ee5e97c3 (patch) | |
tree | 185ad4686ac2fb7307eb195fd34d45109c59ee12 | |
parent | 528f07d6ff5ef37b24a037c1da66be27d7525e8d (diff) | |
download | perl-305702323527d54bf0fb0300cdbd67d7ee5e97c3.tar.gz |
replace 2nd 5.013000 block with 5.013001
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index bf3b96fd8e..6e92cada96 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -16095,13 +16095,13 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Shell' => '1', 'Switch' => '1', }, - 5.013000 => { + 5.012001 => { 'Class::ISA' => '1', 'Pod::Plainer' => '1', 'Shell' => '1', 'Switch' => '1', }, - 5.012001 => { + 5.013001 => { 'Class::ISA' => '1', 'Pod::Plainer' => '1', 'Shell' => '1', |