[Dbix-class] Call for testers

Peter Rabbitson rabbit+dbic at rabbit.us
Mon Feb 9 11:29:58 GMT 2009


Will Hawes wrote:
> 2009/2/9 Peter Rabbitson <rabbit+dbic at rabbit.us>:
>> Greetings,
>> Please download, test and report back at your convenience:
>> http://rabbit.us/diff/DBIx-Class-0.08011.tar.gz
>>
> 
> D:\Setup\DBIx-Class-0.08011>prove t
> 
> <snip>
> 
> 
> D:\Setup\DBIx-Class-0.08011>prove -v t\81transactions.t
> t\81transactions....
> <snip>

Both of these `prove` invocations are wrong, as they run the test against
the currently installed 0.08010 (I can tell by the presence of the
startup check warning). You either need to supply -Ilib to prove,
or use the -b option _after_ running `perl Makefile.PL; make;`

Please retest the usual way:

perl Makefile.PL
make
make test



More information about the DBIx-Class mailing list