summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2011-01-05 22:47:41 -0500
committerDavid Golden <dagolden@cpan.org>2011-01-06 21:09:48 -0500
commite8b333e679eb9a7a62c1d86b647515f01821eb60 (patch)
tree67c3b9dc2c6652667331ede3aa953235ff0b19ce /Porting
parenta6e0c6eb63f52bd199e875beddb654231643de92 (diff)
downloadperl-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-xPorting/Maintainers.pl9
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',