From: Peter Rabbitson Date: Thu, 26 Nov 2009 15:05:17 +0000 (+0000) Subject: Make Test::More happy X-Git-Tag: v0.08116~118^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=93cee17f8577290c416d9f3d6a82bf2caca090ce Make Test::More happy --- diff --git a/t/resultset/plus_select.t b/t/resultset/plus_select.t index 1ffca14..171779d 100644 --- a/t/resultset/plus_select.t +++ b/t/resultset/plus_select.t @@ -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 ) },