From 821079480d800d4cfa465abd0227b94e3f4a1624 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Thu, 10 Oct 2013 13:02:05 +0100 Subject: [PATCH] Upgrade File::Temp from version 0.2302 to 0.2303 (A formerly EXCLUDED test script has been removed from the CPAN distro.) --- Porting/Maintainers.pl | 3 +-- pod/perldelta.pod | 7 +++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index ff826a1..7999b4f 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -680,13 +680,12 @@ use File::Glob qw(:case); }, 'File::Temp' => { - 'DISTRIBUTION' => 'DAGOLDEN/File-Temp-0.2302.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/File-Temp-0.2303.tar.gz', 'FILES' => q[cpan/File-Temp], 'EXCLUDED' => [ qw( misc/benchmark.pl misc/results.txt ), - qw(t/00-compile.t), qw[t/00-report-prereqs.t], qr{^xt}, ], diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d9d3c59..eda5d3d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -167,6 +167,13 @@ keep in sync with the latest CPAN release. =item * +L has been upgraded from version 0.2302 to 0.2303. + +No changes have been made to the installed code other than the version bump to +keep in sync with the latest CPAN release. + +=item * + L has been upgraded from version 2.99 to 3.00. The list of Perl versions covered has been updated. -- 2.7.4