Learn ORM in Perl with DBIx::Class
This post will provide a brief hands-on introduction to ORM in Perl using a few DBIx::Class sub classes. In detail, this means we will generate Schema, Result and ResultSet classes (Perl modules) which will be used to interface with a SQLite database. The database will contain a single users table. Once the database has been […]
Read Full Post | Make a Comment ( Comments Off on Learn ORM in Perl with DBIx::Class )Teach Makefile.PL to use cpanm
Teach Makefile.PL to use cpanm When writing perl modules, more often than not a few dependencies creep in … which makes it a wee bit awkward when developing the module, because I then have to somehow install these dependencies, and I would rather not get them all over the place but neatly in the module […]
Read Full Post | Make a Comment ( Comments Off on Teach Makefile.PL to use cpanm )Perl advent calendar 2011
Keeping the Packages Neatly Wrapped Up (local::lib) by Ricardo Signes (rjbs) Keeping up with the Joneses (App::cpanoutdated) by Ricardo Signes (rjbs) Keep it Clean (namespace::autoclean) by Ricardo Signes (rjbs) Warn Different (Carp::Always) by Ricardo Signes (rjbs) Stupid Command Line Tricks (perl -M) by Ricardo Signes (rjbs) Make all the combinations (Set::CrossProduct) by Ricardo Signes (rjbs) […]
Read Full Post | Make a Comment ( None so far )Five ways to install module prereqs by hand
2011-08-13 by dagolden
Read Full Post | Make a Comment ( None so far )