summaryrefslogtreecommitdiff
path: root/Porting/Maintainers.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index fae472382c..a9650159fb 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1150,7 +1150,6 @@ use File::Glob qw(:case);
'FILES' => q[lib/File/Spec.pm
lib/File/Spec
ext/Cwd
- lib/Cwd.pm
],
# XXX note that the CPAN and blead Makefile.PL are totally
# unrelated. The blead one is described as 'core-only'.
@@ -1159,7 +1158,6 @@ use File::Glob qw(:case);
'EXCLUDED' => [ qr{^t/lib/Test/} ],
'MAP' => { 'lib/' => 'lib/',
- 'Cwd.pm' => 'lib/Cwd.pm',
'' => 'ext/Cwd/',
't/' => 'lib/File/Spec/t/',
't/cwd.t' => 'ext/Cwd/t/cwd.t',