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
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
On Sat, Aug 30, 2008 at 2:40 PM, chromatic <[EMAIL PROTECTED]> wrote:
> On Saturday 30 August 2008 05:01:11 David Golden wrote:
>> You can write "die" on missing prerequisites if you want, as long as
>> you realize that CPAN Testers can't tell that from an error condition
>> that you (or others) mi
On Sat, Aug 30, 2008 at 2:24 PM, Eric Wilhelm
<[EMAIL PROTECTED]> wrote:
>>* The phrases "OS unsupported" or "No support for OS" are detected ...
>>* missing *Perl* prerequisites ...
>
> So, there is a mechanism for detecting die() messages, but it doesn't
> support any sort of "Missing external pr
# 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?
# from David Golden
# on Sunday 31 August 2008 08:08:
>> we remember to die in one case and exit in another? Would some kind
>> of general-case prefix in the error message be a better way to
>> handle this and future issues?
>
>It has positives and negatives. The parsing is done out of the
>comb
On Aug 31, 2008, at 7:58 AM, David Golden wrote:
On Sat, Aug 30, 2008 at 2:40 PM, chromatic <[EMAIL PROTECTED]> wrote:
On Saturday 30 August 2008 05:01:11 David Golden wrote:
You can write "die" on missing prerequisites if you want, as long as
you realize that CPAN Testers can't tell that fro