From f37c8c6a403486522d197d9749ab3c7e7d9105ab Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 6 Jan 2012 10:28:20 -0600 Subject: not lexical scope, but dynamic scope is close enough i think --- t/basic.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 't/basic.t') diff --git a/t/basic.t b/t/basic.t index 44fade4..d0abc8b 100644 --- a/t/basic.t +++ b/t/basic.t @@ -4,9 +4,7 @@ use warnings; use lib 't/basic'; use Test::More; -use circular::require (); - -circular::require->unimport; +no circular::require; { my $warnings; -- cgit v1.2.3-54-g00ecf