File: fix-manpage-errors.patch

package info (click to toggle)
libwww-mechanize-formfiller-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 292 kB
  • ctags: 46
  • sloc: perl: 1,504; sh: 6; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,059 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: add spacing to SEE ALSO lists so that man can wrap the text
             otherwise man complains, not to mention that the links and
             wrapped
Origin: vendor
Bug: http://rt.cpan.org/Ticket/Display.html?id=45276
Forwarded: no
Author: Damyan Ivanov <dmn@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2011-04-04

--- a/lib/WWW/Mechanize/FormFiller/Value.pm
+++ b/lib/WWW/Mechanize/FormFiller/Value.pm
@@ -75,5 +75,8 @@ Please contact me if you find bugs or ot
 
 =head1 SEE ALSO
 
-L<WWW::Mechanize>,L<WWW::Mechanize::Shell>,L<WWW::Mechanize::FormFiller>,L<WWW::Mechanize::FormFiller::Value::Fixed>,
-L<WWW::Mechanize::FormFiller::Value::Default>,L<WWW::Mechanize::FormFiller::Value::Random>,L<WWW::Mechanize::FormFiller::Value::Interactive>
+L<WWW::Mechanize>, L<WWW::Mechanize::Shell>, L<WWW::Mechanize::FormFiller>,
+L<WWW::Mechanize::FormFiller::Value::Fixed>,
+L<WWW::Mechanize::FormFiller::Value::Default>,
+L<WWW::Mechanize::FormFiller::Value::Random>,
+L<WWW::Mechanize::FormFiller::Value::Interactive>