Hi, The documentation sometimes refers to HTML::FormFu::FormFu. This module does not exist.
The attached patch changes all occurrences of H::F::F to HTML::FormFu. Regards, Ansgar -- PGP: 1024D/595FAD19 739E 2D09 0969 BEA9 9797 B055 DDB0 2FF7 595F AD19
Index: lib/HTML/FormFu/UploadParam.pm =================================================================== --- lib/HTML/FormFu/UploadParam.pm (revision 1141) +++ lib/HTML/FormFu/UploadParam.pm (working copy) @@ -106,7 +106,7 @@ =head1 SEE ALSO -L<HTML::FormFu::FormFu>, L<HTML::FormFu::Upload> +L<HTML::FormFu>, L<HTML::FormFu::Upload> =head1 AUTHOR Index: lib/HTML/FormFu/Upload.pm =================================================================== --- lib/HTML/FormFu/Upload.pm (revision 1141) +++ lib/HTML/FormFu/Upload.pm (working copy) @@ -82,7 +82,7 @@ =head1 SEE ALSO -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/OutputProcessor/StripWhitespace.pm =================================================================== --- lib/HTML/FormFu/OutputProcessor/StripWhitespace.pm (revision 1141) +++ lib/HTML/FormFu/OutputProcessor/StripWhitespace.pm (working copy) @@ -212,7 +212,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::OutputProcessor> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/OutputProcessor/Indent.pm =================================================================== --- lib/HTML/FormFu/OutputProcessor/Indent.pm (revision 1141) +++ lib/HTML/FormFu/OutputProcessor/Indent.pm (working copy) @@ -116,7 +116,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::OutputProcessor> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/QueryType/Catalyst.pm =================================================================== --- lib/HTML/FormFu/QueryType/Catalyst.pm (revision 1141) +++ lib/HTML/FormFu/QueryType/Catalyst.pm (working copy) @@ -157,7 +157,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Upload> -L<HTML::FormFu::FormFu>, L<HTML::FormFu::Element::File> +L<HTML::FormFu>, L<HTML::FormFu::Element::File> =head1 AUTHOR Index: lib/HTML/FormFu/QueryType/CGI/Simple.pm =================================================================== --- lib/HTML/FormFu/QueryType/CGI/Simple.pm (revision 1141) +++ lib/HTML/FormFu/QueryType/CGI/Simple.pm (working copy) @@ -82,7 +82,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::QueryType::CGI>, L<HTML::FormFu::Upload> -L<HTML::FormFu::FormFu>, L<HTML::FormFu::Element::File> +L<HTML::FormFu>, L<HTML::FormFu::Element::File> =head1 AUTHOR Index: lib/HTML/FormFu/QueryType/CGI.pm =================================================================== --- lib/HTML/FormFu/QueryType/CGI.pm (revision 1141) +++ lib/HTML/FormFu/QueryType/CGI.pm (working copy) @@ -108,7 +108,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Upload> -L<HTML::FormFu::FormFu>, L<HTML::FormFu::Element::File> +L<HTML::FormFu>, L<HTML::FormFu::Element::File> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/File/MIME.pm =================================================================== --- lib/HTML/FormFu/Constraint/File/MIME.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/File/MIME.pm (working copy) @@ -75,7 +75,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/File/Size.pm =================================================================== --- lib/HTML/FormFu/Constraint/File/Size.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/File/Size.pm (working copy) @@ -71,7 +71,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/Equal.pm =================================================================== --- lib/HTML/FormFu/Constraint/Equal.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/Equal.pm (working copy) @@ -91,7 +91,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint::_others>, L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/Regex.pm =================================================================== --- lib/HTML/FormFu/Constraint/Regex.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/Regex.pm (working copy) @@ -74,7 +74,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/Word.pm =================================================================== --- lib/HTML/FormFu/Constraint/Word.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/Word.pm (working copy) @@ -25,7 +25,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint::Regex>, L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/SingleValue.pm =================================================================== --- lib/HTML/FormFu/Constraint/SingleValue.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/SingleValue.pm (working copy) @@ -31,7 +31,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/File.pm =================================================================== --- lib/HTML/FormFu/Constraint/File.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/File.pm (working copy) @@ -43,7 +43,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/Printable.pm =================================================================== --- lib/HTML/FormFu/Constraint/Printable.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/Printable.pm (working copy) @@ -25,7 +25,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint::Regex>, L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/Required.pm =================================================================== --- lib/HTML/FormFu/Constraint/Required.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/Required.pm (working copy) @@ -25,7 +25,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/MinMaxFields.pm =================================================================== --- lib/HTML/FormFu/Constraint/MinMaxFields.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/MinMaxFields.pm (working copy) @@ -124,7 +124,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint::_others>, L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/Length.pm =================================================================== --- lib/HTML/FormFu/Constraint/Length.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/Length.pm (working copy) @@ -63,7 +63,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/AutoSet.pm =================================================================== --- lib/HTML/FormFu/Constraint/AutoSet.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/AutoSet.pm (working copy) @@ -44,7 +44,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint::Set> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/MinLength.pm =================================================================== --- lib/HTML/FormFu/Constraint/MinLength.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/MinLength.pm (working copy) @@ -41,7 +41,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Length>, L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/Email.pm =================================================================== --- lib/HTML/FormFu/Constraint/Email.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/Email.pm (working copy) @@ -32,7 +32,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/MaxLength.pm =================================================================== --- lib/HTML/FormFu/Constraint/MaxLength.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/MaxLength.pm (working copy) @@ -41,7 +41,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Length>, L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/Number.pm =================================================================== --- lib/HTML/FormFu/Constraint/Number.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/Number.pm (working copy) @@ -31,7 +31,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/ASCII.pm =================================================================== --- lib/HTML/FormFu/Constraint/ASCII.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/ASCII.pm (working copy) @@ -24,7 +24,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint::Regex>, L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/AllOrNone.pm =================================================================== --- lib/HTML/FormFu/Constraint/AllOrNone.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/AllOrNone.pm (working copy) @@ -78,7 +78,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint::_others>, L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/Bool.pm =================================================================== --- lib/HTML/FormFu/Constraint/Bool.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/Bool.pm (working copy) @@ -24,7 +24,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint::Regex>, L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/Set.pm =================================================================== --- lib/HTML/FormFu/Constraint/Set.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/Set.pm (working copy) @@ -58,7 +58,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/Callback.pm =================================================================== --- lib/HTML/FormFu/Constraint/Callback.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/Callback.pm (working copy) @@ -66,7 +66,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 LIMITATIONS Index: lib/HTML/FormFu/Constraint/DependOn.pm =================================================================== --- lib/HTML/FormFu/Constraint/DependOn.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/DependOn.pm (working copy) @@ -83,7 +83,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint::_others>, L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/Range.pm =================================================================== --- lib/HTML/FormFu/Constraint/Range.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/Range.pm (working copy) @@ -73,7 +73,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/Integer.pm =================================================================== --- lib/HTML/FormFu/Constraint/Integer.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/Integer.pm (working copy) @@ -22,7 +22,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint::Regex>, L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/CallbackOnce.pm =================================================================== --- lib/HTML/FormFu/Constraint/CallbackOnce.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/CallbackOnce.pm (working copy) @@ -67,7 +67,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Constraint/_others.pm =================================================================== --- lib/HTML/FormFu/Constraint/_others.pm (revision 1141) +++ lib/HTML/FormFu/Constraint/_others.pm (working copy) @@ -120,7 +120,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Constraint> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Validator/Callback.pm =================================================================== --- lib/HTML/FormFu/Validator/Callback.pm (revision 1141) +++ lib/HTML/FormFu/Validator/Callback.pm (working copy) @@ -53,7 +53,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Validator> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/_NonBlock.pm =================================================================== --- lib/HTML/FormFu/Element/_NonBlock.pm (revision 1141) +++ lib/HTML/FormFu/Element/_NonBlock.pm (working copy) @@ -65,7 +65,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Repeatable.pm =================================================================== --- lib/HTML/FormFu/Element/Repeatable.pm (revision 1141) +++ lib/HTML/FormFu/Element/Repeatable.pm (working copy) @@ -373,7 +373,7 @@ L<HTML::FormFu::Element::Block>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/ContentButton.pm =================================================================== --- lib/HTML/FormFu/Element/ContentButton.pm (revision 1141) +++ lib/HTML/FormFu/Element/ContentButton.pm (working copy) @@ -107,7 +107,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Hr.pm =================================================================== --- lib/HTML/FormFu/Element/Hr.pm (revision 1141) +++ lib/HTML/FormFu/Element/Hr.pm (working copy) @@ -30,7 +30,7 @@ L<HTML::FormFu::Element::NonBlock>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Radiogroup.pm =================================================================== --- lib/HTML/FormFu/Element/Radiogroup.pm (revision 1141) +++ lib/HTML/FormFu/Element/Radiogroup.pm (working copy) @@ -223,7 +223,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Button.pm =================================================================== --- lib/HTML/FormFu/Element/Button.pm (revision 1141) +++ lib/HTML/FormFu/Element/Button.pm (working copy) @@ -40,7 +40,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Date.pm =================================================================== --- lib/HTML/FormFu/Element/Date.pm (revision 1141) +++ lib/HTML/FormFu/Element/Date.pm (working copy) @@ -600,7 +600,7 @@ L<HTML::FormFu::Element::Block>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Textarea.pm =================================================================== --- lib/HTML/FormFu/Element/Textarea.pm (revision 1141) +++ lib/HTML/FormFu/Element/Textarea.pm (working copy) @@ -86,7 +86,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Select.pm =================================================================== --- lib/HTML/FormFu/Element/Select.pm (revision 1141) +++ lib/HTML/FormFu/Element/Select.pm (working copy) @@ -143,7 +143,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/File.pm =================================================================== --- lib/HTML/FormFu/Element/File.pm (revision 1141) +++ lib/HTML/FormFu/Element/File.pm (working copy) @@ -59,7 +59,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/_Field.pm =================================================================== --- lib/HTML/FormFu/Element/_Field.pm (revision 1141) +++ lib/HTML/FormFu/Element/_Field.pm (working copy) @@ -1540,7 +1540,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Reset.pm =================================================================== --- lib/HTML/FormFu/Element/Reset.pm (revision 1141) +++ lib/HTML/FormFu/Element/Reset.pm (working copy) @@ -38,7 +38,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Image.pm =================================================================== --- lib/HTML/FormFu/Element/Image.pm (revision 1141) +++ lib/HTML/FormFu/Element/Image.pm (working copy) @@ -41,7 +41,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Text.pm =================================================================== --- lib/HTML/FormFu/Element/Text.pm (revision 1141) +++ lib/HTML/FormFu/Element/Text.pm (working copy) @@ -35,7 +35,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element>. -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Checkbox.pm =================================================================== --- lib/HTML/FormFu/Element/Checkbox.pm (revision 1141) +++ lib/HTML/FormFu/Element/Checkbox.pm (working copy) @@ -98,7 +98,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Blank.pm =================================================================== --- lib/HTML/FormFu/Element/Blank.pm (revision 1141) +++ lib/HTML/FormFu/Element/Blank.pm (working copy) @@ -34,7 +34,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Src.pm =================================================================== --- lib/HTML/FormFu/Element/Src.pm (revision 1141) +++ lib/HTML/FormFu/Element/Src.pm (working copy) @@ -31,7 +31,7 @@ L<HTML::FormFu::Element::Block>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Multi.pm =================================================================== --- lib/HTML/FormFu/Element/Multi.pm (revision 1141) +++ lib/HTML/FormFu/Element/Multi.pm (working copy) @@ -246,7 +246,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Block.pm =================================================================== --- lib/HTML/FormFu/Element/Block.pm (revision 1141) +++ lib/HTML/FormFu/Element/Block.pm (working copy) @@ -433,7 +433,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Hidden.pm =================================================================== --- lib/HTML/FormFu/Element/Hidden.pm (revision 1141) +++ lib/HTML/FormFu/Element/Hidden.pm (working copy) @@ -55,7 +55,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/_Group.pm =================================================================== --- lib/HTML/FormFu/Element/_Group.pm (revision 1141) +++ lib/HTML/FormFu/Element/_Group.pm (working copy) @@ -491,7 +491,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/_Input.pm =================================================================== --- lib/HTML/FormFu/Element/_Input.pm (revision 1141) +++ lib/HTML/FormFu/Element/_Input.pm (working copy) @@ -111,7 +111,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Radio.pm =================================================================== --- lib/HTML/FormFu/Element/Radio.pm (revision 1141) +++ lib/HTML/FormFu/Element/Radio.pm (working copy) @@ -83,7 +83,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Fieldset.pm =================================================================== --- lib/HTML/FormFu/Element/Fieldset.pm (revision 1141) +++ lib/HTML/FormFu/Element/Fieldset.pm (working copy) @@ -48,7 +48,7 @@ L<HTML::FormFu::Element::Block>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/SimpleTable.pm =================================================================== --- lib/HTML/FormFu/Element/SimpleTable.pm (revision 1141) +++ lib/HTML/FormFu/Element/SimpleTable.pm (working copy) @@ -189,7 +189,7 @@ L<HTML::FormFu::Element::_Block>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Password.pm =================================================================== --- lib/HTML/FormFu/Element/Password.pm (revision 1141) +++ lib/HTML/FormFu/Element/Password.pm (working copy) @@ -62,7 +62,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Submit.pm =================================================================== --- lib/HTML/FormFu/Element/Submit.pm (revision 1141) +++ lib/HTML/FormFu/Element/Submit.pm (working copy) @@ -42,7 +42,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Element/Checkboxgroup.pm =================================================================== --- lib/HTML/FormFu/Element/Checkboxgroup.pm (revision 1141) +++ lib/HTML/FormFu/Element/Checkboxgroup.pm (working copy) @@ -225,7 +225,7 @@ L<HTML::FormFu::Element::_Field>, L<HTML::FormFu::Element> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Plugin/StashValid.pm =================================================================== --- lib/HTML/FormFu/Plugin/StashValid.pm (revision 1141) +++ lib/HTML/FormFu/Plugin/StashValid.pm (working copy) @@ -55,7 +55,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Plugin> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR Index: lib/HTML/FormFu/Transformer/Callback.pm =================================================================== --- lib/HTML/FormFu/Transformer/Callback.pm (revision 1141) +++ lib/HTML/FormFu/Transformer/Callback.pm (working copy) @@ -55,7 +55,7 @@ Is a sub-class of, and inherits methods from L<HTML::FormFu::Transformer> -L<HTML::FormFu::FormFu> +L<HTML::FormFu> =head1 AUTHOR
_______________________________________________ HTML-FormFu mailing list HTML-FormFu@lists.scsys.co.uk http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu