1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: fix POD ERRORS
Around line 134:
Unterminated M<...> sequence
.
Deleting unknown formatting code M<>
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-10-30
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118562
Bug: https://rt.cpan.org/Ticket/Display.html?id=118562
--- a/lib/Log/Report/Dispatcher/Try.pod
+++ b/lib/Log/Report/Dispatcher/Try.pod
@@ -131,7 +131,7 @@
=item $obj-E<gt>B<die2reason>()
-Returns the value of M<new(on_die).
+Returns the value of C<new(on_die)>.
=item $obj-E<gt>B<died>( [STRING] )
|