summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-01-04 15:45:32 -0600
committerJesse Luehrs <doy@tozt.net>2012-01-04 15:45:32 -0600
commit88832730a5f874dbcab08eb8d45f6d6f0c3cec57 (patch)
treee92088dc18b51e6601c4e96a5639d693f1488fe1 /t
parentea1ac96681227f74e585f8aed17f5ac89a7b56fd (diff)
downloadcircular-require-88832730a5f874dbcab08eb8d45f6d6f0c3cec57.tar.gz
circular-require-88832730a5f874dbcab08eb8d45f6d6f0c3cec57.zip
use -hide instead
Diffstat (limited to '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' );