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
|