On Tue, May 26, 2009 at 12:35:45AM +0200, Daniel Carrera wrote: > Is there any good documentation for Catalyst that is based on Mason?
http://search.cpan.org/~flora/Catalyst-View-Mason-0.17/lib/Catalyst/View/Mason.pm > Any suggestions? Nothing's stopping you from just using DBI. http://search.cpan.org/~alexp/Catalyst-Model-DBI-0.20/lib/Catalyst/Model/DBI.pm (I've never actually used this.) Anyway, the coupling between Catalyst, DBIC, and TT is loose, and it sounds like you're expecting a lot more opinionation from the framework than is actually there. (I'll leave it up to someone else to advocate for DBIC over plain DBI.) hdp. _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
