File: pod-syntax.patch

package info (click to toggle)
liblog-report-perl 1.18-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 632 kB
  • ctags: 201
  • sloc: perl: 2,621; makefile: 8
file content (22 lines) | stat: -rw-r--r-- 580 bytes parent folder | download
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] )