1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: fix a spelling mistake
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-06-09
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105138
Bug: https://rt.cpan.org/Ticket/Display.html?id=105138
--- a/lib/Devel/DollarAt.pm
+++ b/lib/Devel/DollarAt.pm
@@ -228,7 +228,7 @@
=item redispatch_points
-Returns a list of objects with informations about when this exception was
+Returns a list of objects with information about when this exception was
redispatched. Each object has got the accessors "package", "filename" and
"line". In string context, the objects will look like "redispatched from
FooPackage at file.pl:17\n".
|