The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for DBIx::Class::TimeStamp

0.09 2009 07-21 20:45:00
    - Changed some dependencies in the Makefile.PL so that we find the correct
      datetime formatter class for the SQLite testing

0.08 2009-04-24 00:39:45
    - Adds the missing description to the NAME section (Brian Cassidy).

0.07 2009-01-20 07:31:00
    - Removing the checks for timestamp, and only looking at
      set_on_(create|update)

0.06 2008-08-26 05:33:00
    - Port to DBIx::Class::DynamicDefault (Florian Ragwitz)

0.05 2007-10-30 00:00:00
    - Some release

0.04 2007-04-27 08:41:00
    - Incorporating LTJake's patch to not clobber set values, LTJake++

0.03 2007-04-03 19:09:00
    - Making the data_type check to be case insensitive, fixing Ticket 26081

0.02 2007-03-23 12:27:00
    - Updated test suite

0.01 2007-03-11 08:27:00
    - Initial revision