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
|