File: pod-errors.patch

package info (click to toggle)
libnet-amqp-perl 0.06~dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 304 kB
  • sloc: perl: 933; makefile: 10
file content (17 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: POD error in Net::AMQP::Protocol::Base
 An extra =back without =over on line 61
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105174
Bug: https://rt.cpan.org/Ticket/Display.html?id=105174

--- a/lib/Net/AMQP/Protocol/Base.pm
+++ b/lib/Net/AMQP/Protocol/Base.pm
@@ -58,8 +58,6 @@ Contains the hashref that the C<load_xml
 
 Same as above, but for this method.
 
-=back
-
 =cut
 
 sub new {