Dear LazyPerl
I'm looking for a Catalyst or other Perl based application framework that will do standard CRUDS (CReate, Update, Delete, Search) functions. I've seen a few of the online writeups about how different people put these together in as few lines as possible, but I'm more looking for one that I can just install via CPAN, configure a database connection, and start the server.
Any suggestions?
Dancer should have a plugin come out soon that does just does. I think it's called Dancer::Plugin::SimpleCRUD and it's written by David Precious (bigpresh).
You can ask him when it's going to be released (I understand it already works) on #dancer @ irc.perl.net.
http://search.cpan.org/dist/Catalyst-Plugin-AutoCRUD/
Thanks for the link - very easy to install and get up and running.
Probably this: http://search.cpan.org/perldoc?Catalyst::Plugin::AutoCRUD