Changes for version 0.73
- debugging hooks spread throughout the system in a way that's useful to subclasses. configuration files now supply a debug_level that controls the amount of detail supplied. exception handling still poor, though. that's next.
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