File: pod2man.patch

package info (click to toggle)
libstruct-compare-perl 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 76 kB
  • ctags: 10
  • sloc: perl: 55; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 400 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
23
24
Description: Fixing pod2man error
Author: Fabrizio Regalli <fabreg@fabreg.it>
Last-Update: 2011-07-02
Forwarded: no


--- 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)