From d5a1f5f2267654091c4c2cd5567d8f38a94aed43 Mon Sep 17 00:00:00 2001 From: Toby Inkster Date: Thu, 25 Jul 2013 12:37:15 +0100 Subject: whitespace --- lib/Eval/Closure.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Eval/Closure.pm b/lib/Eval/Closure.pm index e0f4190..600e890 100644 --- a/lib/Eval/Closure.pm +++ b/lib/Eval/Closure.pm @@ -256,7 +256,7 @@ sub _make_lexical_stub { sub _inject_captures { my ($code, $captures) = @_; - + if (HAS_DEVEL_LEXALIAS) { Devel::LexAlias::lexalias($code, $_, $captures->{$_}) for keys %$captures; } -- cgit v1.2.3-54-g00ecf