summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-09-12 18:47:38 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2015-09-12 18:47:38 +0100
commit17f77ab4fb2572d46971cc95b10d9b448212d305 (patch)
treed9271dccb04afbc06022441ccc251f49d0e32c97
parentc63e9ef33d77ea612620cd64ce87511ad88b8381 (diff)
downloadperl-17f77ab4fb2572d46971cc95b10d9b448212d305.tar.gz
Module::CoreList: Fill in date for 5.20.3 release
(cherry picked from commit b55fc902c338825fa489f34f9fb89dfd8a0b98a0)
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm8
2 files changed, 5 insertions, 5 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index a31bba7e2e..70a96e649b 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20150822
+5.20150912
- Updated for v5.20.3
5.20150820
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index bf9354cbf1..d50e7c5ab4 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -282,7 +282,7 @@ sub changes_between {
5.023000 => '2015-06-20',
5.023001 => '2015-07-20',
5.023002 => '2015-08-20',
- 5.020003 => '????-??-??',
+ 5.020003 => '2015-09-12',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -11696,9 +11696,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'Config' => '5.020003',
'Errno' => '1.20_06',
- 'Module::CoreList' => '5.20150822',
- 'Module::CoreList::TieHashDelta'=> '5.20150822',
- 'Module::CoreList::Utils'=> '5.20150822',
+ 'Module::CoreList' => '5.20150912',
+ 'Module::CoreList::TieHashDelta'=> '5.20150912',
+ 'Module::CoreList::Utils'=> '5.20150912',
},
removed => {
}