From: Jesse Luehrs Date: Wed, 5 Jan 2011 20:58:39 +0000 (-0600) Subject: typo fix X-Git-Tag: 0.02~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c43189112c58a6c5c771c7a52d11fb8e6b79b16b;p=gitmo%2FEval-Closure.git typo fix --- diff --git a/lib/Eval/Closure.pm b/lib/Eval/Closure.pm index b03df5b..48f9258 100644 --- a/lib/Eval/Closure.pm +++ b/lib/Eval/Closure.pm @@ -81,7 +81,7 @@ will show up as "(eval n)", where 'n' is a sequential identifier for every string eval that has happened so far in the program. Passing a C parameter lets you override that to something more useful (for instance, L overrides the description for accessors to something like "accessor -foo at MyClass.pm, like 123"). +foo at MyClass.pm, line 123"). =back