From: Jarkko Hietaniemi Date: Wed, 30 Jul 2003 07:55:04 +0000 (+0000) Subject: Modules.pl tweaks. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70c75c2418665bab57f257fc3b6b1c3b79553912;p=p5sagit%2Fp5-mst-13.2.git Modules.pl tweaks. p4raw-id: //depot/perl@20332 --- diff --git a/Porting/Modules.pl b/Porting/Modules.pl index 92691ad..4c62e10 100644 --- a/Porting/Modules.pl +++ b/Porting/Modules.pl @@ -46,8 +46,8 @@ 'Attribute::Handlers' => { 'MAINTAINER' => 'arthur', - 'FILES' => - q[lib/Attribute/Handlers.pm lib/Attribute/Handlers], + 'FILES' => q[lib/Attribute/Handlers.pm + lib/Attribute/Handlers], 'CPAN' => 1, }, @@ -160,14 +160,16 @@ 'Filter::Simple' => { 'MAINTAINER' => 'damian', - 'FILES' => q[lib/Filter/Simple.pm lib/Filter/Simple], + 'FILES' => q[lib/Filter/Simple.pm lib/Filter/Simple + t/lib/Filter/Simple], 'CPAN' => 1, }, 'Filter::Util::Call' => { 'MAINTAINER' => 'pmarquess', - 'FILES' => q[ext/Filter/Util/Call], + 'FILES' => q[ext/Filter/Util/Call + t/lib/filter-util.pl], 'CPAN' => 1, }, @@ -195,7 +197,7 @@ 'IO' => { 'MAINTAINER' => 'p5p', # Not gbarr. - 'FILES' => q[ext/Data/Dumper], + 'FILES' => q[ext/IO], 'CPAN' => 0, }, @@ -238,7 +240,8 @@ 'Math::BigInt' => { 'MAINTAINER' => 'tels', - 'FILES' => q[lib/Math/BigInt.pm lib/Math/BigInt], + 'FILES' => q[lib/Math/BigInt.pm lib/Math/BigInt + t/lib/Math], 'CPAN' => 1, }, @@ -363,7 +366,8 @@ 'Test::Harness' => { 'MAINTAINER' => 'petdance', - 'FILES' => q[lib/Test/Harness.pm lib/Test/Harness], + 'FILES' => q[lib/Test/Harness.pm lib/Test/Harness + t/lib/sample-tests], 'CPAN' => 1, }, @@ -377,7 +381,8 @@ 'Test::Simple' => { 'MAINTAINER' => 'schwern', - 'FILES' => q[lib/Test/Simple.pm lib/Test/Simple], + 'FILES' => q[lib/Test/Simple.pm lib/Test/Simple + t/lib/Test/Simple], 'CPAN' => 1, }, @@ -388,11 +393,10 @@ 'CPAN' => 1, }, - 'threads' => { 'MAINTAINER' => 'arthur', - 'FILES' => q[ext/threads], + 'FILES' => q[ext/threads], 'CPAN' => 1, }, @@ -420,8 +424,8 @@ 'Unicode::Collate' => { 'MAINTAINER' => 'sadahiro', - 'FILES' => - q[lib/Unicode/Collate.pm lib/Unicode/Collate], + 'FILES' => q[lib/Unicode/Collate.pm + lib/Unicode/Collate], 'CPAN' => 1, }, @@ -435,9 +439,8 @@ 'warnings' => { 'MAINTAINER' => 'pmarquess', - 'FILES' => - q[warnings.pl lib/warnings.{pm,t} - lib/warnings t/lib/warnings], + 'FILES' => q[warnings.pl lib/warnings.{pm,t} + lib/warnings t/lib/warnings], 'CPAN' => 1, },