File: fix-lintian-warnings-about-manpages

package info (click to toggle)
libxml-compile-perl 1.54-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,348 kB
  • ctags: 361
  • sloc: perl: 11,253; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 660 bytes parent folder | download
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: 2015-05-10

--- a/lib/XML/Compile/Schema.pod
+++ b/lib/XML/Compile/Schema.pod
@@ -698,7 +698,7 @@ All %options are the same as for L<compi
 
 =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">