From: Karen Etheridge Date: Sun, 5 Mar 2023 20:59:32 +0000 (-0800) Subject: fix require, in the presence of PERL_USE_UNSAFE_INC=0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a4efe484e9144ddb81682707f4fd777035e2d3d;p=catagits%2FWeb-Simple.git fix require, in the presence of PERL_USE_UNSAFE_INC=0 --- diff --git a/t/bloggery.t b/t/bloggery.t index 8aa35f6..a5c05e0 100644 --- a/t/bloggery.t +++ b/t/bloggery.t @@ -3,7 +3,7 @@ use warnings FATAL => 'all'; use Test::More qw(no_plan); -require_ok 'examples/bloggery/bloggery.cgi'; +require_ok './examples/bloggery/bloggery.cgi'; __END__ #use Test::More (