Revision history for Perl extension Catalyst::Plugin::Authentication::Store::DBIC
    
    - update author and email
    - clean up code a bit

0.05    2006-03-02 20:36:00
    - make role_class and user_class auto-vivify to corresponding DBIC 
      resultset when possible
    - allow direct access to DBIC object columns via $c->user->column
      (the object itself is $c->user->obj) and deprecated old ways to get object
    - fix test suite -- should now pass, and hopefully not fail just because
      don't have some modules, such as Class::DBI or Catalyst::Model::DBIC::Schema
    - rename real_user_class to catalyst_user_class
    - use recordsets rather than depend on list context
    - return undef rather than complain when password is called without user

0.04    2005-12-13 22:30:00
    - Fixed Build.PL, added dep on Set::Object.

0.03    2005-12-04 22:03:00
    - Roles passthrough check interface has changed

0.02    2005-12-03 18:00:00
    - Fixed Auth and Authz::Roles dependencies.

0.01    2005-12-02 20:35:00
    - initial release
