From 8d646433865d105d3ca0f95dd6593fe343e37aa2 Mon Sep 17 00:00:00 2001 From: George Greer Date: Wed, 14 Sep 2011 23:45:54 -0400 Subject: [PATCH] Tests in "t/io" aren't supposed to use Test::More yet, so use test.pl instead. --- t/io/shm.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/io/shm.t b/t/io/shm.t index bd5fe8a..e34be50 100644 --- a/t/io/shm.t +++ b/t/io/shm.t @@ -20,7 +20,7 @@ BEGIN { @INC = '../lib' if -d '../lib' && -d '../ext'; } - require Test::More; import Test::More; + require "./test.pl"; require Config; import Config; if ($ENV{'PERL_CORE'} && $Config{'extensions'} !~ m[\bIPC/SysV\b]) { -- 1.8.3.1