make sure regex for "int" is case insensitive (RT #54053)
[dbsrgits/DBIx-Class-DateTime-Epoch.git] / Changes
CommitLineData
e4480da2 1Revision history for Perl extension DBIx::Class::DateTime::Epoch.
2
06edd8ed 30.06 Thu Jan 28 2009
4 - make sure regex for "int" is case insensitive (RT #54053)
5
29f37a29 60.05 Mon Jun 01 2009
7 [ THING THAT WILL NO LONGER BREAK YOUR CODE ]
8 - added back-compat for the "epoch => 1", etc syntax
9
db91b5ca 100.04 Tue May 26 2009
8e52f1da 11 [ THINGS THAT WILL BREAK YOUR CODE ]
12 - refactor module to itegrate with InflateColumn::DateTime and TimeStamp.
db91b5ca 13 Requires DBIx::Class 0.08103 and DBIx::Class::TimeStamp 0.07.
14 Please read the new documentation.
15
16 [ ENHANCEMENTS ]
17 - switch to Module::Install
8e52f1da 18
e4480da2 190.03 Wed Apr 25 2007
20 - don't override user-supplied values for update()
21
220.02 Mon Jul 17 2006
23 - Re-release onto CPAN
24
250.01 Wed Mar 22 2006
26 - original version;