summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-07-12 16:04:46 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-07-12 16:04:46 +0100
commit09127a34482a01b8c6c1da4c8f716092df06820a (patch)
treeb7c7e235b05fda5b9c5b42e9b38c89c0e0ec539d /Porting
parentd31f9442648c20538ddb08f993cb54e434fb6554 (diff)
downloadperl-09127a34482a01b8c6c1da4c8f716092df06820a.tar.gz
Update CPANPLUS to CPAN version 0.9107
[DELTA] Changes for 0.9107 Tue Jul 12 15:22:14 2011 ================================================ * Add support for v-strings and x.y.z versions, using the version module. * Resolve [rt.cpan.org #69420] "type checking for CPANPLUS::Backend::RV::new is incorrect" * Resolve [rt.cpan.org #69203] "custom sources ignores timeout config option"
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 8c51685e23..dd80e3aef3 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -459,7 +459,7 @@ use File::Glob qw(:case);
'CPANPLUS' =>
{
'MAINTAINER' => 'kane',
- 'DISTRIBUTION' => 'BINGOS/CPANPLUS-0.9106.tar.gz',
+ 'DISTRIBUTION' => 'BINGOS/CPANPLUS-0.9107.tar.gz',
'FILES' => q[cpan/CPANPLUS],
'EXCLUDED' => [ qr{^inc/},
qr{^t/dummy-.*\.hidden$},
@@ -470,7 +470,7 @@ use File::Glob qw(:case);
t/031_CPANPLUS-Internals-Source-SQLite.t
t/032_CPANPLUS-Internals-Source-via-sqlite.t
},
- qw{ Makefile.PL },
+ qw{ Makefile.PL },
],
'CUSTOMIZED' => [ qw{ Makefile.PL } ],
'UPSTREAM' => 'cpan',