[Bast-commits] r5974 - in trunk/DBIx-Class-TimeStamp: . lib/DBIx/Class

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Thu Apr 23 22:44:28 GMT 2009


Author: rafl
Date: 2009-04-23 23:44:27 +0100 (Thu, 23 Apr 2009)
New Revision: 5974

Modified:
   trunk/DBIx-Class-TimeStamp/Changes
   trunk/DBIx-Class-TimeStamp/lib/DBIx/Class/TimeStamp.pm
Log:
Version 0.08.

Modified: trunk/DBIx-Class-TimeStamp/Changes
===================================================================
--- trunk/DBIx-Class-TimeStamp/Changes	2009-04-23 22:44:17 UTC (rev 5973)
+++ trunk/DBIx-Class-TimeStamp/Changes	2009-04-23 22:44:27 UTC (rev 5974)
@@ -1,7 +1,10 @@
 Revision history for DBIx::Class::TimeStamp
 
+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 
+    - Removing the checks for timestamp, and only looking at
       set_on_(create|update)
 
 0.06 2008-08-26 05:33:00

Modified: trunk/DBIx-Class-TimeStamp/lib/DBIx/Class/TimeStamp.pm
===================================================================
--- trunk/DBIx-Class-TimeStamp/lib/DBIx/Class/TimeStamp.pm	2009-04-23 22:44:17 UTC (rev 5973)
+++ trunk/DBIx-Class-TimeStamp/lib/DBIx/Class/TimeStamp.pm	2009-04-23 22:44:27 UTC (rev 5974)
@@ -7,7 +7,7 @@
 
 use DateTime;
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 __PACKAGE__->load_components( qw/DynamicDefault InflateColumn::DateTime/ );
 
@@ -55,8 +55,8 @@
         if ( delete $info->{set_on_update} ) {
             $info->{dynamic_default_on_update} = 'get_timestamp';
 
-            if ( defined $info->{dynamic_default_on_create} and 
-                 $info->{dynamic_default_on_create} eq 'get_timestamp' 
+            if ( defined $info->{dynamic_default_on_create} and
+                 $info->{dynamic_default_on_create} eq 'get_timestamp'
              ) {
                 $info->{dynamic_default_on_update} = 'get_timestamp';
             }




More information about the Bast-commits mailing list