On Thu, Jun 4, 2009 at 10:29, Ascii King <[email protected]> wrote: > Thanks for the help. One more question, though. The preferred method for > handling unique columns is to let the database manage them and then just > trap the error message using Exception::Class?
Using your favorite exception handling method, yes. I personally don't like Exception::Class, but others do. I like die + eval - simple and clean. -- Thanks, Rob Kinyon _______________________________________________ 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]
