Make Test::More happy
Peter Rabbitson [Thu, 26 Nov 2009 15:05:17 +0000 (15:05 +0000)]
t/resultset/plus_select.t

index 1ffca14..171779d 100644 (file)
@@ -44,7 +44,7 @@ is_deeply (
 
 SKIP: {
   eval { require DateTime };
-  skip "Need DateTime for +select/get_inflated_columns tests" if $@;
+  skip "Need DateTime for +select/get_inflated_columns tests", 1 if $@;
 
   $schema->class('CD')->inflate_column( 'year',
     { inflate => sub { DateTime->new( year => shift ) },