X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=t%2Fload_core.t;h=ce91d921222ccb25dac832355cd5792a73342d43;hp=1cd69a2cacf42d6ff19bfaaacbc1332d99e25278;hb=HEAD;hpb=ef6a8d5652e71e9aa23109dff81d4f891a8bdbd9 diff --git a/t/load_core.t b/t/load_core.t old mode 100755 new mode 100644 index 1cd69a2..ce91d92 --- a/t/load_core.t +++ b/t/load_core.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More; +use Test::More 0.88; use if $ENV{AUTHOR_TESTING}, 'Test::Warnings'; use Module::Runtime 'use_module'; use Test::Fatal;