File: pod2man.patch

package info (click to toggle)
libstruct-compare-perl 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 76 kB
  • sloc: perl: 55; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Fixing pod2man error
Author: Fabrizio Regalli <fabreg@fabreg.it>
Last-Update: 2011-07-02
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125796

--- a/Compare.pm
+++ b/Compare.pm
@@ -120,11 +120,15 @@
 
 =head1 BUGS/NEEDED ENHANCEMENTS
 
+=over
+
 =item * blessed references
 
 compare currently does not deal with blessed references. I need to
 look into how to deal with this.
 
+=back
+
 =head1 LICENSE
 
 (The MIT License)