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=c55b25afff01a158301067349c5e077e0c1bcc8d;hp=cab5a073c40150dff580555b55edb8cf76874cb2;hb=ee9bf440a6a56c1681d22d0d27f9b357fa6c54be;hpb=59500b7eafe06b09cccd3b4d4b80b0728698d034 diff --git a/t/load_core.t b/t/load_core.t index cab5a07..c55b25a 100755 --- a/t/load_core.t +++ b/t/load_core.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More; -use Test::Warnings; +use if $ENV{AUTHOR_TESTING}, 'Test::Warnings'; use_ok('Devel::REPL'); use_ok('Devel::REPL::Script');