On Tue, 10 Apr 2012 14:13:25 -0500
Richard Shaw <hobbes1069(a)gmail.com> wrote:
Thanks to Alec for suggesting a way to capture the error message!
Here it is:
+ perl -e 'use DateTime::Format::ISO8601;'
The 'regex' parameter ("(?x-ism:^ (\d{4}) (\d\d) (\d\d) $)") to
DateTime::Format::Builder::Parser::create_single_parser was an
'unknown', which is not one of the allowed types: scalarref
at /usr/lib/perl5/vendor_perl/Params/ValidatePP.pm line 650
Params::Validate::__ANON__('The \'regex\' parameter
("(?x-ism:^ (\d{4}) (\d\d) (\d\d) $)"...') called at
/usr/lib/perl5/vendor_perl/Params/ValidatePP.pm line 494
https://rt.cpan.org/Public/Bug/Display.html?id=74725
Which version of Params::Validate is the builder using?
perl -MParams::Validate -e 'print "$Params::Validate::VERSION\n"'
Latest stable version for F-15 is 0.99, which I think should be OK, but
there's a broken 1.01 in updates-testing. The builders aren't pulling
that one in, are they?
Paul.