summaryrefslogtreecommitdiffstats
path: root/t/hide_middleman.t
diff options
context:
space:
mode:
Diffstat (limited to 't/hide_middleman.t')
-rw-r--r--t/hide_middleman.t2
1 files changed, 1 insertions, 1 deletions
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' );