This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14ce6ec
)
Give File::Find its own Maintainers.pl entry
author
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 18:07:54 +0000
(19:07 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 18:07:54 +0000
(19:07 +0100)
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
b27789c
..
3e98ade
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-809,6
+809,13
@@
use File::Glob qw(:case);
'UPSTREAM' => 'cpan',
},
+ 'File::Find' =>
+ {
+ 'MAINTAINER' => 'p5p',
+ 'FILES' => q[lib/File/Find.pm lib/File/Find],
+ 'UPSTREAM' => 'blead',
+ },
+
'File::Glob' =>
{
'MAINTAINER' => 'p5p',
@@
-2031,8
+2038,6
@@
use File::Glob qw(:case);
lib/ExtUtils/XSSymSet.pm
lib/ExtUtils/t/Embed.t
lib/ExtUtils/typemap
- lib/File/Find.pm
- lib/File/Find/
lib/File/stat.{pm,t}
lib/FileHandle.{pm,t}
lib/FindBin.{pm,t}