fix require, in the presence of PERL_USE_UNSAFE_INC=0
Karen Etheridge [Sun, 5 Mar 2023 20:59:32 +0000 (12:59 -0800)]
t/bloggery.t

index 8aa35f6..a5c05e0 100644 (file)
@@ -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 (