X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F96_is_deteministic_value.t;h=9f75f4d115d26adbe183a9675b776ba79060e31f;hb=1d6821146208391dabec0e0a536994efcbecae9c;hp=43a9daa48338404599b1612ed45ac5aa5fd0bb02;hpb=c959e8d06362537fbc865d703786b399d0806212;p=dbsrgits%2FDBIx-Class.git diff --git a/t/96_is_deteministic_value.t b/t/96_is_deteministic_value.t index 43a9daa..9f75f4d 100644 --- a/t/96_is_deteministic_value.t +++ b/t/96_is_deteministic_value.t @@ -6,7 +6,7 @@ use warnings; use Test::More; use lib qw(t/lib); use DBICTest; -use DateTime; +plan skip_all => "DateTime required" unless eval { require DateTime }; eval "use DateTime::Format::Strptime"; plan skip_all => 'DateTime::Format::Strptime required' if $@; plan 'no_plan';