Move Pod::Perldoc from lib to ext.
[p5sagit/p5-mst-13.2.git] / Porting / Maintainers.pl
index 080cc9e..03775e8 100755 (executable)
@@ -1328,16 +1328,18 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'ferreira',
        'DISTRIBUTION'  => 'FERREIRA/Pod-Perldoc-3.15.tar.gz',
-       'FILES'         => q[lib/Pod/Perldoc.pm
-                            lib/Pod/Perldoc
+       # I don't know whether it's conceptually cleaner to a rule to copy
+       # ext/Pod-Perldoc/pod/perldoc.pod to pod/perldoc.pod at make time
+       # (in 4 places), or leave it as 1 mapping here.
+       'FILES'         => q[ext/Pod-Perldoc
                             pod/perldoc.pod
                            ],
        # in blead, the perldoc executable is generated by perldoc.PL
        # instead
-       
+       # XXX We can and should fix this, but clean up the DRY-failure in utils
+       # first
        'EXCLUDED'      => [ qw( perldoc ) ],
        'MAP'           => { 'lib/perldoc.pod' => 'pod/perldoc.pod',
-                            't/'              => 'lib/Pod/Perldoc/t/',
                           },
        'CPAN'          => 1,
        'UPSTREAM'      => undef,