File: fix-pod2man-error.patch

package info (click to toggle)
libdata-table-perl 1.75-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 672 kB
  • ctags: 385
  • sloc: perl: 2,084; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 475 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
Description: Fix pod2man error
Author: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Last-Updated: 2016-05-09
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=112687
Bug: https://rt.cpan.org/Ticket/Display.html?id=112687

--- a/Table.pm
+++ b/Table.pm
@@ -2535,10 +2535,10 @@ We use Data::Table instead of Table, bec
 
 =head1 INTRODUCTION
 
-=over 4
-
 A table object has three data members:
 
+=over 4
+
 =item 1. $data:
 
 a reference to an array of array-references.