X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpreload_xs.t;h=aecb88a1ec80e97a17ff0a1ad323340aa43add89;hb=4e1fb2f81fd0d4ea37c45c49073e317921be3e41;hp=055381cac79d92026b4eb716e59c0b9228ceabe6;hpb=1d411803f45d9d9ab45af647118fdd79178524fd;p=p5sagit%2FJSON-MaybeXS.git diff --git a/t/preload_xs.t b/t/preload_xs.t index 055381c..aecb88a 100644 --- a/t/preload_xs.t +++ b/t/preload_xs.t @@ -1,5 +1,5 @@ use strict; -use warnings FATAL => 'all'; +use warnings; use if !eval { require JSON::XS; 1; }, 'Test::More', skip_all => 'No JSON::XS'; use Test::More;