From abf958af44e43c8df7f5dae4ca291e186cb04a02 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 2 Aug 2011 02:15:22 -0500 Subject: is setting up hints as in the caller a sane thing to do? --- t/basic.t | 2 -- 1 file changed, 2 deletions(-) (limited to 't/basic.t') diff --git a/t/basic.t b/t/basic.t index 3a318ac..3f2a9a2 100644 --- a/t/basic.t +++ b/t/basic.t @@ -35,8 +35,6 @@ use Eval::Closure; my $foo = [1, 2, 3]; my $code = eval_closure( - # not sure if strict leaking into evals is intended, i think i remember - # it being changed in newer perls source => 'do { no strict; sub { $foo } }', ); -- cgit v1.2.3-54-g00ecf