summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST6
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--ext/File-Find/lib/File/Find.pm (renamed from lib/File/Find.pm)0
-rw-r--r--ext/File-Find/t/find.t (renamed from lib/File/Find/t/find.t)0
-rw-r--r--ext/File-Find/t/taint.t (renamed from lib/File/Find/t/taint.t)0
-rw-r--r--t/porting/known_pod_issues.dat2
-rw-r--r--write_buildcustomize.pl1
7 files changed, 6 insertions, 5 deletions
diff --git a/MANIFEST b/MANIFEST
index 63c88e425d..7369af209b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3585,6 +3585,9 @@ ext/FileCache/t/07noimport.t See if FileCache works without importing
ext/File-DosGlob/DosGlob.xs Win32 DOS-globbing module
ext/File-DosGlob/lib/File/DosGlob.pm Win32 DOS-globbing module
ext/File-DosGlob/t/DosGlob.t See if File::DosGlob works
+ext/File-Find/lib/File/Find.pm Routines to do a find
+ext/File-Find/t/find.t See if File::Find works
+ext/File-Find/t/taint.t See if File::Find works with taint
ext/File-Glob/bsd_glob.c File::Glob extension run time code
ext/File-Glob/bsd_glob.h File::Glob extension header file
ext/File-Glob/Changes File::Glob extension changelog
@@ -4115,9 +4118,6 @@ lib/File/Compare.pm Emulation of cmp command
lib/File/Compare.t See if File::Compare works
lib/File/Copy.pm Emulation of cp command
lib/File/Copy.t See if File::Copy works
-lib/File/Find.pm Routines to do a find
-lib/File/Find/t/find.t See if File::Find works
-lib/File/Find/t/taint.t See if File::Find works with taint
lib/FileHandle.pm Backward-compatible front end to IO extension
lib/FileHandle.t See if FileHandle works
lib/File/stat-7896.t A test for ID 20011110.104
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 6fa07208ab..65d643fc37 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -766,7 +766,7 @@ use File::Glob qw(:case);
'File::Find' => {
'MAINTAINER' => 'p5p',
- 'FILES' => q[lib/File/Find.pm lib/File/Find],
+ 'FILES' => q[ext/File-Find],
'UPSTREAM' => 'blead',
},
diff --git a/lib/File/Find.pm b/ext/File-Find/lib/File/Find.pm
index 99b868ebda..99b868ebda 100644
--- a/lib/File/Find.pm
+++ b/ext/File-Find/lib/File/Find.pm
diff --git a/lib/File/Find/t/find.t b/ext/File-Find/t/find.t
index 62ec81e947..62ec81e947 100644
--- a/lib/File/Find/t/find.t
+++ b/ext/File-Find/t/find.t
diff --git a/lib/File/Find/t/taint.t b/ext/File-Find/t/taint.t
index 9d78ae0632..9d78ae0632 100644
--- a/lib/File/Find/t/taint.t
+++ b/ext/File-Find/t/taint.t
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index 1d0a625a6f..06ff301bd7 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -202,6 +202,7 @@ dist/threads/lib/threads.pm Verbatim line length including indents exceeds 79 by
dist/tie-file/lib/tie/file.pm Verbatim line length including indents exceeds 79 by 3
ext/devel-peek/peek.pm ? Should you be using L<...> instead of 2
ext/dynaloader/dynaloader.pm Verbatim line length including indents exceeds 79 by 1
+ext/file-find/lib/file/find.pm Verbatim line length including indents exceeds 79 by 1
ext/file-glob/glob.pm Verbatim line length including indents exceeds 79 by 15
ext/pod-html/testdir/perlpodspec-copy.pod Verbatim line length including indents exceeds 79 by 8
ext/pod-html/testdir/perlvar-copy.pod ? Should you be using L<...> instead of 3
@@ -272,7 +273,6 @@ utils/c2ph Verbatim line length including indents exceeds 79 by 44
lib/benchmark.pm Verbatim line length including indents exceeds 79 by 2
lib/config.pod ? Should you be using L<...> instead of -1
lib/extutils/embed.pm Verbatim line length including indents exceeds 79 by 2
-lib/file/find.pm Verbatim line length including indents exceeds 79 by 1
lib/perl5db.pl ? Should you be using L<...> instead of 1
lib/pod/text/overstrike.pm Verbatim line length including indents exceeds 79 by 1
lib/version/internals.pod Verbatim line length including indents exceeds 79 by 1
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl
index 4916945d82..02c78f8c72 100644
--- a/write_buildcustomize.pl
+++ b/write_buildcustomize.pl
@@ -29,6 +29,7 @@ my @toolchain = qw(cpan/AutoLoader/lib
ext/re
dist/Term-ReadLine/lib
dist/Exporter/lib
+ ext/File-Find/lib
);
# Used only in ExtUtils::Liblist::Kid::_win32_ext()