summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2013-03-10 19:02:19 +0000
committerDavid Mitchell <davem@iabyn.com>2013-03-10 19:02:19 +0000
commit863f6f8e7fb0a9bc5d9bcd04437875c9c006dd94 (patch)
tree93b634a61e9c39fcf023237fd581164cf88ef013
parent600b69f6bb4bd1e172d216e038f3a49286fa142f (diff)
downloadperl-863f6f8e7fb0a9bc5d9bcd04437875c9c006dd94.tar.gz
Module::CoreList: add 5.14.4 release date
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index dea12bf40e..754cf04903 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -351,7 +351,7 @@ sub removed_raw {
5.014001 => '2011-06-16',
5.014002 => '2011-09-26',
5.014003 => '2012-10-12',
- 5.014004 => '????-??-??',
+ 5.014004 => '2013-03-10',
);
for my $version ( sort { $a <=> $b } keys %released ) {