X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcrash.t;fp=t%2Fcrash.t;h=44bb461a949c5b6fa4dae4c91f0a9fe7b90f63fa;hb=e12af862ff034c1757248c0faf517ad2a917e5c9;hp=4aebc1c24d6a1b5597e49961396f646cafc9a4dd;hpb=09dcd779e42c0818abe4220b900b730fc67e1e7e;p=p5sagit%2Fstrictures.git diff --git a/t/crash.t b/t/crash.t index 4aebc1c..44bb461 100644 --- a/t/crash.t +++ b/t/crash.t @@ -1,7 +1,7 @@ use strict; use warnings FATAL => 'all'; use Test::More - $] < 5.008004 ? ( skip_all => "can't test extra loading on perl < 5.8.4" ) + "$]" < 5.008004 ? ( skip_all => "can't test extra loading on perl < 5.8.4" ) : ( tests => 1 ); use File::Spec;