The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.74

  • tests no longer require Term::Prompt, so as to get out of the dilemma of whether to record it as a dependency or not. This means the tests don't work in mysql now, but it means the dependencies are all that's required to run make test (so we get past CPAN testers)
  • tests skip if DBD::SQLite not present.
  • template processing consolidated in the factory so that it only needs to subclassed in one place.
  • more debugging flags in Factory.pm
  • officially works with cdbi 0.95 (I had forgotten to update :) should be fine with anything 0.9x, iirc.
  • lots more tests

Modules

a factory interface to a set of Class::DBI classes
an AppConfig-based configuration mechanism for Class::DBI::Factory
a handler template for Class::DBI::Factory applications
an iterator-based retriever and paginator of Class::DBI data

Provides

in cdfdemo/lib/My/Album.pm
in cdfdemo/lib/My/Artist.pm
in cdfdemo/lib/My/DBI.pm
in cdfdemo/lib/My/Genre.pm
in cdfdemo/lib/My/Handler.pm
in cdfdemo/lib/My/Track.pm
in test/Thing.pm