summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2018-01-22 19:58:00 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2018-01-22 19:58:00 +0000
commit8fc3dfc8f66adbf4c3082cad7d953b82e9aaeca6 (patch)
treec458c60a040a10aa02d4a47dd73f3d3237fd9890
parent81b3f640bb2856350fe6a5efe32056accab1d775 (diff)
downloadperl-8fc3dfc8f66adbf4c3082cad7d953b82e9aaeca6.tar.gz
Reset Module-CoreList versioning back to 5.20180220
-rw-r--r--dist/Module-CoreList/Changes4
-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
4 files changed, 4 insertions, 6 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 951e10df5a..48e477d738 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,7 +1,5 @@
-5.20180222
- - Improve handling of broken versions in is_core()
-
5.20180220
+ - Improve handling of broken versions in is_core()
- Updated for v5.27.9
5.20180120
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index e745159350..1fa648a2a3 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use strict;
our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
use version;
-our $VERSION = '5.20180222';
+our $VERSION = '5.20180220';
sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } }
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 857894afd2..3c4541a3bf 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
@@ -1,7 +1,7 @@
# For internal Module::CoreList use only.
package Module::CoreList::TieHashDelta;
use strict;
-our $VERSION = '5.20180222';
+our $VERSION = '5.20180220';
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 90e506dda5..fe4c6d91e4 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Module::CoreList;
-our $VERSION = '5.20180222';
+our $VERSION = '5.20180220';
our %utilities;
sub utilities {