Removed tab
Ton Voon [Mon, 17 May 2010 14:31:32 +0000 (14:31 +0000)]
lib/DBIx/Class/InflateColumn/DateTime.pm

index 42b535e..6b01104 100644 (file)
@@ -173,7 +173,7 @@ sub register_column {
             catch {
               $err = 1;
               if (! $undef_if_invalid) {
-               $self->throw_exception ("Error while inflating ${value} for ${column} on ${self}: $_");
+                $self->throw_exception ("Error while inflating ${value} for ${column} on ${self}: $_");
               }
             };
             return undef if $err;