On 15 Sep 2009, at 20:49, Dermot wrote:
$schema->create->($ref) or warn "Error inserting: $...@\n";
You want $schema->create($ref). Not the extra '->' in your version. _______________________________________________ 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]
