Changes for version 0.002

  • Documentation improvements.
  • Fixed dumb bug where it didn't actually return a row from atomic_update_or_create.
  • Added an extra guard in atomic_update_or_create to detect where the DBIC schema doesn't correspond to the database schema, and croak if so.
  • (TODO: add more extensive testing to break this guard.)

Modules

Atomic alternative to update_or_create()
Helper class for DBIx::Class::ResultSet::Atomic