The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Mojolicious::Plugin::DSC


0.60  2012-08-09 22:48 EEST
      - Jumping from 0.06 to 0.60 to be closer to DBIx::Simple::Class.
      - Multiple dbix helpers. My->dbix can be different from Your->dbix if overriden. See DBIx::Simple::Class/dbix
      - Try to guess default namespace for loading classes
      from $config->{database} and $config->{dsn}.
      Supported drivers:mysql, SQLite, Pg.
      - Using Carp instead of Mojo::Exception.
      - Removed default $DRIVER_ATTRIBUTES
      - Improved Makefile.PL.

0.06  2012-08-05 23:49 EEST
      - README is a text file now
      - enhanced documentation

0.05  2012-08-04 14:50 EEST
      - Added tests and example classes.
      - Added missing licence in Makefile.PL.
      - Added _load_classes() to separate logical chuncks of code..
      - Added missing Changelog.

0.04  2012-08-04 10:26 EEST
      - Uploaded first usable version on CPAN.