summaryrefslogtreecommitdiffstats
path: root/t/basic.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-08-02 02:15:22 -0500
committerJesse Luehrs <doy@tozt.net>2011-08-02 02:15:22 -0500
commitabf958af44e43c8df7f5dae4ca291e186cb04a02 (patch)
tree276a13345e9617307a8117ea63c2e734ea14d41b /t/basic.t
parent0de2a1d9871b2c7583379c34597057603336fdd2 (diff)
downloadeval-closure-abf958af44e43c8df7f5dae4ca291e186cb04a02.tar.gz
eval-closure-abf958af44e43c8df7f5dae4ca291e186cb04a02.zip
is setting up hints as in the caller a sane thing to do?copy_hints
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 } }',
);