- or download this
#!/usr/bin/perl
...
use Test::CPAN::Meta::YAML;
meta_spec_ok('META.yml', 1.4, 'valid YAML');
- 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
- or download this
1..2
ok 1 - META.yml contains valid YAML
ok 2 - valid YAML