From: Jesse Vincent Date: Thu, 10 Dec 2009 18:20:27 +0000 (-0500) Subject: Notes on why PathTools is in Cwd/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3a42395c067611139a8730e53bb1d25a2864e85a;p=p5sagit%2Fp5-mst-13.2.git Notes on why PathTools is in Cwd/ --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 235354e..cd3fff0 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1136,6 +1136,9 @@ use File::Glob qw(:case); 'EXCLUDED' => [ qr{^t/lib/Test/} ], 'CPAN' => 1, 'UPSTREAM' => "cpan", + # NOTE: PathTools is in cpan/Cwd/ because it contains Cwd.xs and + # something, possibly Makefile.SH, makes an assumption that the + # leafname of some file corresponds with the pathname of the directory. }, 'perlebcdic' =>