[Dbix-class] Windows installation failure logs please

Todd W trwww at sbcglobal.net
Sat Jun 24 21:25:13 CEST 2006


From: "Matt S Trout" <dbix-class at trout.me.uk>


> Todd W wrote:
> > From: "Matt S Trout" <dbix-class at trout.me.uk>
> >
> >
> >> Can everybody who's been having trouble on windows do a full test
> >> run, then do a prove -l t/XXX.t for each failing one and capture the
> >>  log output from that please?
> >>
> >> I'd love to get to the bottom of this but the failure reports I see are
> >> different every time so we need more info if we're going to re-create
> >> and fix the problems - and if it's all in one place (i.e. this thread)
that
> >> should make it a bit easier :)
> >>
> >
> > Hi Matt,
> >
> > I know you asked for failing tests, but perhaps you'll feel better now
:-)
> >
> > I'm on Win2k Pro and I am unable to get the test suite to fail via
> > perl -MCPAN -e "test DBIx::Class"
> >
> > I even installed the optional modules to see if perhaps there was a
failure
> > in those tests. Works like a charm.
>
> Excellent. Can you gather up as much information about your environment
(perl
> version, installed versions of dependencies etc.) as possible please?
>
> Then when we do get failure reports from other people we can play the
"what's
> different?" game.
>

Here is "perl -v" and the versions of all modules loaded by
"perl -MDBIx::Class":

C:\>perl -v

This is perl, v5.8.6 built for MSWin32-x86-multi-thread
(with 3 registered patches, see perl -V for more detail)

...

C:\>perl -MDBIx::Class -e "print map  { s|/|::|g; s|\..*$||; qq|$_ => | .
eval(qq|\$${_}::VERSION|) . qq|\n| } sort keys %INC"
Algorithm::C3 => 0.01
AutoLoader => 5.60
Carp => 1.03
Class::C3 => 0.11
Class::Data::Accessor => 0.03
Config =>
DBIx::Class => 0.06003
DBIx::Class::Componentised => -1, set by base.pm
DynaLoader => 1.05
Exporter => 5.58
List::Util => 1.14
Scalar::Util => 1.14
base => 2.06
strict => 1.03
vars => 1.01
warnings => 1.03
warnings::register => 1.00




More information about the Dbix-class mailing list