File: manpage-has-errors-from-pod2man.patch

package info (click to toggle)
libmediawiki-dumpfile-perl 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 464 kB
  • ctags: 274
  • sloc: perl: 2,003; ansic: 508; xml: 268; sql: 47; makefile: 17; sh: 2
file content (14 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix manpage-has-errors-from-pod2man warning from lintian
 The patched POD file specifies =over with a closing =back. This patch adds a
 closing =back to the end of the file.
Author: Nick Morrott <knowledgejunkie@gmail.com>
Bug: https://rt.cpan.org/Ticket/Display.html?id=115047
Last-Update: 2016-06-03
---
--- a/lib/MediaWiki/DumpFile/Compat/link.pod
+++ b/lib/MediaWiki/DumpFile/Compat/link.pod
@@ -22,3 +22,4 @@
 
 Returns the article title (not the id and not including the namespace) that the link points to
 
+=back