diff options
author | David Golden <dagolden@cpan.org> | 2011-01-05 22:47:41 -0500 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2011-01-06 21:09:48 -0500 |
commit | e8b333e679eb9a7a62c1d86b647515f01821eb60 (patch) | |
tree | 67c3b9dc2c6652667331ede3aa953235ff0b19ce /Porting | |
parent | a6e0c6eb63f52bd199e875beddb654231643de92 (diff) | |
download | perl-e8b333e679eb9a7a62c1d86b647515f01821eb60.tar.gz |
Add Module::Metadata as a dual-life core module
This commit adds Module::Metadata 1.000002 as a dual-life module. It
gathers package and POD information from Perl module files. It is a
standalone module based on Module::Build::ModuleInfo for use by other
module installation toolchain components. Module::Build::ModuleInfo
has been deprecated in favor of this module instead.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index dcb1ad2e99..aa101a7d9f 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1046,6 +1046,15 @@ use File::Glob qw(:case); 'UPSTREAM' => 'cpan', }, + 'Module::Metadata' => + { + 'MAINTAINER' => 'dagolden', + 'DISTRIBUTION' => 'DAGOLDEN/Module-Metadata-1.000002.tar.gz', + 'FILES' => q[cpan/Module-Metadata], + 'EXCLUDED' => [ ], + 'UPSTREAM' => 'cpan', + }, + 'Module::Pluggable' => { 'MAINTAINER' => 'simonw', |