diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-12-10 13:50:00 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-12-10 13:52:42 +0100 |
commit | e9c8e76089e57d605c17550161ab47509161a07d (patch) | |
tree | 1c4fe03f17eee3e295973b82ef9aae45f6223966 /Porting | |
parent | b8677e3b6a8c160eef39f06730392d031a846b22 (diff) | |
download | perl-e9c8e76089e57d605c17550161ab47509161a07d.tar.gz |
Dual-life I18N::Collate
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 33d0607c02..3228cc4fb5 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -721,6 +721,14 @@ use File::Glob qw(:case); 'UPSTREAM' => 'cpan', }, + 'I18N::Collate' => + { + 'MAINTAINER' => 'p5p', + 'DISTRIBUTION' => 'FLORA/I18N-Collate-1.01.tar.gz', + 'FILES' => q[dist/I18N-Collate], + 'UPSTREAM' => 'blead', + }, + # Sean has donated it to us. # Nothing has changed since his last CPAN release. # (not strictly true: there have been some trivial typo fixes; DAPM 6/2009) @@ -1712,7 +1720,6 @@ use File::Glob qw(:case); lib/FileHandle.{pm,t} lib/FindBin.{pm,t} lib/Getopt/Std.{pm,t} - lib/I18N/Collate.{pm,t} lib/Internals.t lib/Module/Build/ConfigData.pm lib/Net/hostent.{pm,t} |