X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fload_core.t;h=ce91d921222ccb25dac832355cd5792a73342d43;hb=c45376f3de16a5a467a1a26e63a279f30eb8672d;hp=1cd69a2cacf42d6ff19bfaaacbc1332d99e25278;hpb=ef6a8d5652e71e9aa23109dff81d4f891a8bdbd9;p=p5sagit%2FDevel-REPL.git 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;