summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-08-25 01:54:45 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-08-25 01:54:45 +0100
commita5acfd96afa55345f2a1b0d44ee2965ca48efac1 (patch)
tree4bcfc8d517e4fd4ad52489cc6d320e47210933aa
parent839babd6f49e38814fc207bf7755c25f9ad4fbe1 (diff)
downloadperl-a5acfd96afa55345f2a1b0d44ee2965ca48efac1.tar.gz
Reset Module-CoreList $VERSION to 5.020001, as per e1b8fd4fe5 (lost by d5f415e514)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index aaf8cd3d0b..4a5f7b1254 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
%bug_tracker %deprecated %delta/;
use Module::CoreList::TieHashDelta;
use version;
-$VERSION = '5.021004';
+$VERSION = '5.020001';
my $dumpinc = 0;
sub import {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index a01859ee04..216836f40f 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
use strict;
use vars qw($VERSION);
-$VERSION = '5.021004';
+$VERSION = '5.020001';
sub TIEHASH {
my ($class, $changed, $removed, $parent) = @_;
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index dc1c04a6cc..c69f6dfcc9 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
use Module::CoreList;
use Module::CoreList::TieHashDelta;
-$VERSION = '5.021004';
+$VERSION = '5.020001';
sub utilities {
my $perl = shift;