In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/89e01640071c224e0f44fd5235cfabb0d602b175?hp=7db6405c07905ec5bc4178ea8184089842949690>
- Log ----------------------------------------------------------------- commit 89e01640071c224e0f44fd5235cfabb0d602b175 Author: Steve Hay <[email protected]> Date: Tue Jul 30 14:19:20 2013 +0100 Upgrade Config-Perl-V from 0.18 to 0.19 ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- cpan/Config-Perl-V/V.pm | 2 -- pod/perldelta.pod | 4 ++++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index c42e0d9..18d3317 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -376,7 +376,7 @@ use File::Glob qw(:case); 'Config::Perl::V' => { 'MAINTAINER' => 'hmbrand', - 'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.18.tgz', + 'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.19.tgz', 'FILES' => q[cpan/Config-Perl-V], 'EXCLUDED' => ['examples/show-v.pl'], 'UPSTREAM' => 'cpan', diff --git a/cpan/Config-Perl-V/V.pm b/cpan/Config-Perl-V/V.pm index a2304e4..448647e 100644 --- a/cpan/Config-Perl-V/V.pm +++ b/cpan/Config-Perl-V/V.pm @@ -97,8 +97,6 @@ my %BTD = map { $_ => 0 } qw( USE_ITHREADS USE_LARGE_FILES USE_LOCALE_COLLATE - USE_LOCALE_MESSAGES - USE_LOCALE_MONETARY USE_LOCALE_NUMERIC USE_LONG_DOUBLE USE_PERLIO diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 534b923..49ad289 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -137,6 +137,10 @@ Added the C<NAME_HEK> method to return the name of a lexical sub. =item * +L<Config::Perl::V> has been upgraded from version 0.18 to 0.19. + +=item * + L<Data::Dumper> has been upgraded from version 2.147 to 2.148. The compatbility of the XS implementation with the pure perl version -- Perl5 Master Repository
