diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-06-18 13:40:52 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-06-18 14:24:57 +0100 |
commit | 8c94cb790822c076f8fb0e4ca9121457806548d0 (patch) | |
tree | f0f71d65c08472dcadda7c3c5ef7c52fe653935b /dist | |
parent | 51c78f1b91bbcd7a261c4a5d75b0d6f66140edca (diff) | |
download | perl-8c94cb790822c076f8fb0e4ca9121457806548d0.tar.gz |
Manually add Utils delta for v5.19.1
I haven't fixed the adjustments to Porting/corelist.pl yet
for generating a utils delta.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 25aec5ca9b..56c22e6ead 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -819,6 +819,13 @@ my %delta = ( 'pod2latex' => '1', } }, + 5.019001 => { + delta_from => 5.019000, + changed => { + }, + removed => { + } + }, ); for my $version (sort { $a <=> $b } keys %delta) { |