summaryrefslogtreecommitdiff
path: root/dist/Module-CoreList/lib/Module/CoreList.pm
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Module-CoreList/lib/Module/CoreList.pm')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm20
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 5da2e0e3b9..f8da680f21 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -322,6 +322,7 @@ sub changes_between {
5.027006 => '2017-11-20',
5.027007 => '2017-12-20',
5.027008 => '2018-01-20',
+ 5.027009 => '2018-02-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15008,6 +15009,18 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.027009 => {
+ delta_from => 5.027008,
+ changed => {
+ 'B::Op_private' => '5.027009',
+ 'Config' => '5.027009',
+ 'Module::CoreList' => '5.20180220',
+ 'Module::CoreList::TieHashDelta'=> '5.20180220',
+ 'Module::CoreList::Utils'=> '5.20180220',
+ },
+ removed => {
+ }
+ },
);
);
@@ -15866,6 +15879,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.027009 => {
+ delta_from => 5.027008,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %deprecated) {