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=d0a1b71685d578043ac7b347052a447b2a172cb0;hpb=f85a85b0ba6ea4eca7346b4bb0d7b3ce960b8e92 diff --git a/t/load_core.t b/t/load_core.t index 1cd69a2..ce91d92 100644 --- 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;