summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-05 14:58:39 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-05 14:58:39 -0600
commitc43189112c58a6c5c771c7a52d11fb8e6b79b16b (patch)
treebb5dce6541ce52cc9585ea9ad244f38d3f97c62b /lib
parenta97d54faf3d2553b4ea68276735ae0aa472f4bd3 (diff)
downloadeval-closure-c43189112c58a6c5c771c7a52d11fb8e6b79b16b.tar.gz
eval-closure-c43189112c58a6c5c771c7a52d11fb8e6b79b16b.zip
typo fix
Diffstat (limited to 'lib')
-rw-r--r--lib/Eval/Closure.pm2
1 files changed, 1 insertions, 1 deletions
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<description>
parameter lets you override that to something more useful (for instance,
L<Moose> overrides the description for accessors to something like "accessor
-foo at MyClass.pm, like 123").
+foo at MyClass.pm, line 123").
=back