YAML specifications in modules

2008-08-31 Thread H.Merijn Brand
I don't know if this is a CPANTS-only thing, or a real bad example of YAML specs, but as the last run of my just uploaded Spreadsheet::Read in which I included a somewhat more complicated META.yml caused error reports, I'm asking in public Compare these sections: http://module-build.sourceforge.n

Re: YAML specifications in modules

2008-08-31 Thread H.Merijn Brand
On Sun, 31 Aug 2008 12:11:44 +0200, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > All the missing entries are in place, so I pass the version, like > --8<--- > my $t = Test::YAML::Meta::Version->new ( > spec => $h->{"meta-spec"}->{version}, > ); > $t->parse ($h) and print join

Re: YAML specifications in modules

2008-08-31 Thread Eric Wilhelm
# from H.Merijn Brand # on Sunday 31 August 2008 03:35: >If I follow >http://module-build.sourceforge.net/META-spec-v1.3.html#recommends > >optional_features: >  - opt_csv: >... > ... >And if I follow >http://module-build.sourceforge.net/META-spec-v1.3.html#recommends Say that again please?

Re: YAML specifications in modules

2008-09-06 Thread Michael G Schwern
Eric Wilhelm wrote: > # from H.Merijn Brand > # on Sunday 31 August 2008 03:35: > >> If I follow >> http://module-build.sourceforge.net/META-spec-v1.3.html#recommends >> >> optional_features: >> - opt_csv: >>... >> ... >> And if I follow >> http://module-build.sourceforge.net/META-spec-v1.3.