On 1/31/07, Thomas Klausner <[EMAIL PROTECTED]> wrote:
Any ideas where to look?
This probably means that DBIx::Class isn't installed at all (or that they installed a fairly old pre-DBIx::Class::Schema version) Try: perl -MDBIx::Class -e 'print $DBIx::Class::VERSION' And see the results. It'll likely complain that it can't locate the module. If it doesn't then you'll see what sort of possibly ancient version you've got there. -Nilson Santos F. Jr. _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
