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:
1bbbfc5
)
Cwd and File::Spec are maintained as part of PathTools in svn.perl.org
author
Steffen Mueller
<smueller@cpan.org>
Sun, 8 Mar 2009 11:25:41 +0000
(12:25 +0100)
committer
Steffen Mueller
<smueller@cpan.org>
Sun, 8 Mar 2009 11:25:41 +0000
(12:25 +0100)
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
568ed1f
..
6113fc3
100644
(file)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-281,7
+281,7
@@
package Maintainers;
'MAINTAINER' => 'kwilliams',
'FILES' => q[ext/Cwd lib/Cwd.pm],
'CPAN' => 1,
- 'UPSTREAM' =>
undef
,
+ 'UPSTREAM' =>
'cpan'
,
},
'Data::Dumper' =>
@@
-456,7
+456,7
@@
package Maintainers;
'MAINTAINER' => 'kwilliams',
'FILES' => q[lib/File/Spec.pm lib/File/Spec],
'CPAN' => 1,
- 'UPSTREAM' =>
undef
,
+ 'UPSTREAM' =>
"cpan"
,
},
'File::Temp' =>