fix require, in the presence of PERL_USE_UNSAFE_INC=0
[catagits/Web-Simple.git] / 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 (