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