This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add CPAN::Meta::YAML as a dual-life core module
authorDavid Golden <dagolden@cpan.org>
Mon, 27 Dec 2010 19:50:31 +0000 (14:50 -0500)
committerDavid Golden <dagolden@cpan.org>
Mon, 27 Dec 2010 20:41:40 +0000 (15:41 -0500)
commite8a07a125ebebaf06dc890127439c7461a063b35
tree15b7340caadc23346662600331cd3bda87de8767
parent5616b3e5c33b0e0c06d994847fac886994061215
Add CPAN::Meta::YAML as a dual-life core module
31 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/01_compile.t [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/02_basic.t [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/03_regression.t [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/05_export.t [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/11_meta_yml.t [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/12_plagger.t [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/13_perl_smith.t [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/14_yaml_org.t [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/15_multibyte.t [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/16_nullrefs.t [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/17_toolbar.t [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/18_tap.t [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/19_errors.t [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/20_subclass.t [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/21_bom.t [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/22_comments.t [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/data/HTML-WebDAO.yml [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/data/Spreadsheet-Read.yml [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/data/Template-Provider-Unicode-Japanese.yml [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/data/multibyte.yml [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/data/one.yml [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/data/sample.yml [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/data/toolbar.yml [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/data/two.yml [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/data/utf_16_le_bom.yml [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/data/vanilla.yml [new file with mode: 0644]
cpan/CPAN-Meta-YAML/t/lib/Test.pm [new file with mode: 0644]
pod/perldelta.pod