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 /MANIFEST | |
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 'MANIFEST')
-rw-r--r-- | MANIFEST | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1529,6 +1529,11 @@ cpan/Module-Load/t/to_load/LoadMe.pl Module::Load tests cpan/Module-Load/t/to_load/Must/Be/Loaded.pm Module::Load tests cpan/Module-Load/t/to_load/TestModule.pm Module::Load tests cpan/Module-Load/t/to_load/ToBeLoaded Module::Load tests +cpan/Module-Metadata/lib/Module/Metadata.pm +cpan/Module-Metadata/t/lib/DistGen.pm +cpan/Module-Metadata/t/lib/MBTest.pm +cpan/Module-Metadata/t/lib/Tie/CPHash.pm +cpan/Module-Metadata/t/metadata.t cpan/Module-Pluggable/lib/Devel/InnerPackage.pm Find inner packages cpan/Module-Pluggable/lib/Module/Pluggable/Object.pm Module::Pluggable cpan/Module-Pluggable/lib/Module/Pluggable.pm Module::Pluggable |