From 88832730a5f874dbcab08eb8d45f6d6f0c3cec57 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 4 Jan 2012 15:45:32 -0600 Subject: use -hide instead --- t/hide_middleman.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/hide_middleman.t b/t/hide_middleman.t index d0cf652..0fa7514 100644 --- a/t/hide_middleman.t +++ b/t/hide_middleman.t @@ -9,7 +9,7 @@ my @warnings; $SIG{__WARN__} = sub { push @warnings => @_ }; # Test passes if you comment this out -no circular::require hide => 'base'; +no circular::require -hide => 'base'; use_ok( 'Foo' ); -- cgit v1.2.3-54-g00ecf