On Thu, 12 Apr 2012 00:18:15 +0100
Sérgio Basto <sergio(a)serjux.com> wrote:
On Thu, 2012-04-12 at 00:06 +0100, Paul Howarth wrote:
> On Wed, 11 Apr 2012 22:15:57 +0100
> Sérgio Basto <sergio(a)serjux.com> wrote:
>
> > On Wed, 2012-04-11 at 14:48 +0100, Paul Howarth wrote:
> > > 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?
> >
> > after update my vm with F15 to update testing I hit the same
> > error . And not in F15 update .
>
> Ralf seems to have deleted the 1.01 update now so it should
> disappear from updates-testing after the next push.
>
> Anyone with the updates-testing build will need to downgrade.
I read in
https://rt.cpan.org/Public/Bug/Display.html?id=74725 Fixed
in 1.02, if 1.02 fixed this, why not update to 1.02 ?
As mentioned in an earlier message, it'll be hard to update F-15 to
1.02 as it requires Module::Implementation, which requires an updated
Module::Runtime, which includes some incompatible changes that would
necessitate updating a bunch of other modules too.
The broken build has now disappeared from updates-testing anyway, at
least on the master mirror.
Paul.