File: fix-lintian-warnings-about-manpages

package info (click to toggle)
libxml-compile-perl 1.64-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,304 kB
  • sloc: perl: 11,616; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Fix lintian warnings about the length of line
Origin: vendor
Forwarded: not-needed
Author: Joenio Costa <joenio@colivre.coop.br>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-11-26

--- a/lib/XML/Compile/Schema.pod
+++ b/lib/XML/Compile/Schema.pod
@@ -709,7 +709,7 @@
 
 =item $obj-E<gt>B<dataToXML>($node|REF-XML|XML-STRING|$filename|$fh|$known)
 
-=item XML::Compile::Schema-E<gt>B<dataToXML>($node|REF-XML|XML-STRING|$filename|$fh|$known)
+=item XML::Compile::Schema-E<gt>B<dataToXML>( $node|REF-XML|XML-STRING|$filename|$fh|$known )
 
 Inherited, see L<XML::Compile/"Compilers">