From 314773c1165d30483e56946eb0c6215347a7eebc Mon Sep 17 00:00:00 2001 From: Toby Inkster Date: Tue, 30 Jul 2013 09:21:10 +0100 Subject: typo --- 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 cc2602d..854ab2d 100644 --- a/lib/Eval/Closure.pm +++ b/lib/Eval/Closure.pm @@ -79,7 +79,7 @@ before lexical subs were available will throw an error. If set to true, the coderef returned closes over the variables referenced in the environment hashref. (This feature requires L.) If set to -false, the ccoderef closes over a I<< shallow copy >> of the variables. +false, the coderef closes over a I<< shallow copy >> of the variables. If this argument is omitted, Eval::Closure will currently assume false, but this assumption may change in a future version. -- cgit v1.2.3