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:
3fb91fe
)
Give Class::Struct its own Maintainers.pl entry
author
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 17:59:31 +0000
(18:59 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 17:59:31 +0000
(18:59 +0100)
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
c20fdf0
..
2098479
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-359,6
+359,13
@@
use File::Glob qw(:case);
'UPSTREAM' => 'cpan',
},
+ 'Class::Struct' =>
+ {
+ 'MAINTAINER' => 'p5p',
+ 'FILES' => q[lib/Class/Struct.{pm,t}],
+ 'UPSTREAM' => 'blead',
+ },
+
'Compress::Raw::Bzip2' =>
{
'MAINTAINER' => 'pmqs',
@@
-1968,7
+1975,6
@@
use File::Glob qw(:case);
'FILES' => q[
ext/XS-APItest/
lib/CORE.pod
- lib/Class/Struct.{pm,t}
lib/Config.t
lib/Config/Extensions.{pm,t}
lib/DB.{pm,t}