Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    use Test::CPAN::Meta::YAML;
    
    meta_spec_ok('META.yml', 1.4, 'valid YAML');
    
  2. or download this
    --- #YAML:1.0
    name:               TinyDNS-Reader
    ...
    meta-spec:
        url:      http://module-build.sourceforge.net/META-spec-v1.4.html
        version:  1.4
    
  3. or download this
    
    1..2
    ok 1 - META.yml contains valid YAML
    ok 2 - valid YAML