File: pod.patch

package info (click to toggle)
libcgi-xmlform-perl 0.10-15
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 180 kB
  • ctags: 135
  • sloc: perl: 263; makefile: 191
file content (30 lines) | stat: -rw-r--r-- 887 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description: fix error from pod2man
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-06-12
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105195
Bug: https://rt.cpan.org/Ticket/Display.html?id=105195

--- a/XMLForm.pm
+++ b/XMLForm.pm
@@ -552,14 +552,20 @@
 There are a few caveats to using this module:
 
 =over
+
 =item * Parameters must be on the form in the order they will appear in the XML.
+
 =item * There is no support for multiple attribute setting (i.e. you can only
 set one attribute for an element at a time).
+
 =item * You can't set an attribute B<and> a value for that element, it's one or the
 other.
+
 =item * You can use this module in place of CGI.pm, since it's a subclass.
+
 =item * There are bound to be lots of bugs! Although it's in production use
 right now - just watch CPAN for regular updates.
+
 =back
 
 =head1 AUTHOR