diff options
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index f9704e8109..a7f1bd9da0 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1294,11 +1294,11 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'rra', 'DISTRIBUTION' => 'RRA/podlators-2.2.2.tar.gz', - 'FILES' => q[ext/podlators + 'FILES' => q[cpan/podlators pod/pod2man.PL pod/pod2text.PL ], - 'MAP' => { '' => 'ext/podlators/', + 'MAP' => { '' => 'cpan/podlators/', 'scripts/' => 'pod/', }, 'CPAN' => 1, |