Jifty::DBI::Record::AutoIncremented
===================================

Jifty::DBI::Record::AutoIncremented is a subclass of Jifty::DBI::Record
that can be used instead of Jifty::DBI::Record and that transparently
increments a record's id field upon each create/insert.

See perldoc for more information.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

Jifty::DBI::Record::AutoIncremented requires the following modules:

  Jifty::DBI

AUTHOR

Erwan Lemonnier

COPYRIGHT AND LICENCE

See module's perldoc


