DBIx-Cookbook
view release on metacpan or search on metacpan
lib/DBIx/Cookbook.pm view on Meta::CPAN
(thanks to #perl-help on irc.perl.org):
perl Makefile.pl
make
make install
=head2 The sakila database is installed automatically
Just FYI, there is a C<sakila> target that runs automatically when you
run C<make>. This target downloads the sakila database and loads it
into MySQL. It also stores the MySQL auth credentials in
F<lib/DBI/Cookbook/DBH.pm>.
If you ever want to run it separately simply type
make sakila
=head2 Run the examples
For L<DBIx::Class>, you would execute F<scripts/dbic_cmd>:
( run in 0.543 second using v1.01-cache-2.11-cpan-4d50c553e7e )