Will Hawes wrote: > 2009/2/9 Peter Rabbitson <[email protected]>: >> 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 _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
