summaryrefslogtreecommitdiff
path: root/Porting/Maintainers.pl
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2009-10-09 12:44:11 +0100
committerSteve Hay <SteveHay@planit.com>2009-10-09 12:44:11 +0100
commitd5e5b609fb43776b7a5cc8de59b1520e4c7f1866 (patch)
tree5e9ed8e38878dbb753da619d19c0cf62b856d5ff /Porting/Maintainers.pl
parent5c7da53cc0fa3db2a0adc93851fae037de310655 (diff)
downloadperl-d5e5b609fb43776b7a5cc8de59b1520e4c7f1866.tar.gz
Add missing IO-Compress test file
The original IO-Compress patch: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2009-03/msg00293.html omitted the file (but strangely included the entry "t/cz-03zlib-v1.t*" [sic] in the MANIFEST file that it mistakenly included). Also note in Maintainers.pl that IO-Compress is now in cpan/ not dist/, and mark UPSTREAM as 'cpan'.
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-xPorting/Maintainers.pl12
1 files changed, 5 insertions, 7 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 569e0d1a04..e4c320508f 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -777,12 +777,10 @@ use File::Glob qw(:case);
{
'MAINTAINER' => 'pmqs',
'DISTRIBUTION' => 'PMQS/IO-Compress-2.021.tar.gz',
- 'FILES' => q[dist/IO-Compress],
- 'EXCLUDED' => [ qr{t/Test/},
- qw{t/cz-03zlib-v1.t},
- ],
+ 'FILES' => q[cpan/IO-Compress],
+ 'EXCLUDED' => [ qr{t/Test/} ],
'CPAN' => 1,
- 'UPSTREAM' => undef,
+ 'UPSTREAM' => 'cpan',
},
'IO::Zlib' =>
@@ -1383,7 +1381,7 @@ use File::Glob qw(:case);
{
'MAINTAINER' => 'rra',
'DISTRIBUTION' => 'RRA/ANSIColor-2.02.tar.gz',
- 'FILES' => q{cpan/Term-ANSIColor},
+ 'FILES' => q[cpan/Term-ANSIColor],
'EXCLUDED' => [ qr{^tests/}, qw(t/pod-spelling.t t/pod.t) ],
'CPAN' => 1,
'UPSTREAM' => 'cpan',
@@ -1402,7 +1400,7 @@ use File::Glob qw(:case);
{
'MAINTAINER' => 'kane',
'DISTRIBUTION' => 'KANE/Term-UI-0.20.tar.gz',
- 'FILES' => q{cpan/Term-UI},
+ 'FILES' => q[cpan/Term-UI],
'CPAN' => 1,
'UPSTREAM' => 'cpan',
},