In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/5f81544af788e50bed37d9bbbd82ae5d72286240?hp=3a128e31e43ab84aac57a9a912795dc4003c4bc1>
- Log ----------------------------------------------------------------- commit 5f81544af788e50bed37d9bbbd82ae5d72286240 Author: Nicholas Clark <[email protected]> Date: Wed Sep 16 15:32:09 2009 +0100 Rearrange ext/File-Temp to the same layout as the CPAN distribution. M MANIFEST M Porting/Maintainers.pl A ext/File-Temp/Temp.pm D ext/File-Temp/lib/File/Temp.pm commit 51a27c589a9ebb52028180274895e08bd9c273e1 Author: Nicholas Clark <[email protected]> Date: Wed Sep 16 15:22:44 2009 +0100 /Compress/ modules are at version 2.021. Remove vestigal MAPs and comments. M Porting/Maintainers.pl ----------------------------------------------------------------------- Summary of changes: MANIFEST | 2 +- Porting/Maintainers.pl | 19 ++++--------------- ext/File-Temp/{lib/File => }/Temp.pm | 0 3 files changed, 5 insertions(+), 16 deletions(-) rename ext/File-Temp/{lib/File => }/Temp.pm (100%) diff --git a/MANIFEST b/MANIFEST index 55c52d9..3aef169 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1261,8 +1261,8 @@ ext/File-Glob/TODO File::Glob extension todo list ext/File-Glob/t/taint.t See if File::Glob works ext/File-Path/lib/File/Path.pm Do things like `mkdir -p' and `rm -r' ext/File-Path/t/Path.t See if File::Path works -ext/File-Temp/lib/File/Temp.pm create safe temporary files and file handles ext/File-Temp/t/cmp.t See if File::Temp works +ext/File-Temp/Temp.pm create safe temporary files and file handles ext/File-Temp/t/fork.t See if File::Temp works ext/File-Temp/t/lock.t See if File::Temp works ext/File-Temp/t/mktemp.t See if File::Temp works diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 9c1101e..6649be6 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -325,11 +325,9 @@ use File::Glob qw(:case); 'Compress::Raw::Bzip2' => { 'MAINTAINER' => 'pmqs', - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.020.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.021.tar.gz', 'FILES' => q[ext/Compress-Raw-Bzip2], 'EXCLUDED' => [ qr{^t/Test/}, - # NB: we use the CompTestUtils.pm - # from IO-Compress instead qw( bzip2-src/bzip2-cpp.patch ) ], @@ -340,18 +338,14 @@ use File::Glob qw(:case); 'Compress::Raw::Zlib' => { 'MAINTAINER' => 'pmqs', - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.020.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.021.tar.gz', 'FILES' => q[ext/Compress-Raw-Zlib], - # NB: we use the CompTestUtils.pm - # from IO-Compress instead 'EXCLUDED' => [ qr{^t/Test/}, qw( t/000prereq.t t/99pod.t ) ], - 'MAP' => { '' => 'ext/Compress-Raw-Zlib/', - }, 'CPAN' => 1, 'UPSTREAM' => undef, }, @@ -684,9 +678,6 @@ use File::Glob qw(:case); misc/results.txt } ], - 'MAP' => { '' => 'lib/File/', - 't/' => 't/', - }, 'CPAN' => 1, 'UPSTREAM' => undef, }, @@ -789,13 +780,11 @@ use File::Glob qw(:case); 'IO-Compress' => { 'MAINTAINER' => 'pmqs', - 'DISTRIBUTION' => 'PMQS/IO-Compress-2.020.tar.gz', - 'FILES' => q[ext/IO-Compress t/lib/compress ], + 'DISTRIBUTION' => 'PMQS/IO-Compress-2.021.tar.gz', + 'FILES' => q[ext/IO-Compress], 'EXCLUDED' => [ qr{t/Test/}, qw{t/cz-03zlib-v1.t}, ], - 'MAP' => { '' => 'ext/IO-Compress/', - }, 'CPAN' => 1, 'UPSTREAM' => undef, }, diff --git a/ext/File-Temp/lib/File/Temp.pm b/ext/File-Temp/Temp.pm similarity index 100% rename from ext/File-Temp/lib/File/Temp.pm rename to ext/File-Temp/Temp.pm -- Perl5 Master Repository
