build script
[perl/html-form-simple.git] / lib / HTML / Form / Simple.pm
index e2a586d51987dc2914ea1b4c154caf2fff2dece7..730c41bc25b8c361738b2fa6ec5085856289c1e0 100644 (file)
@@ -210,7 +210,7 @@ sub check {
 
 =head1 NAME
 
-HTML::Form::Simple
+HTML::Form::Simple - Generate HTML form elements
 
 =head1 SYNOPSIS
 
@@ -235,3 +235,12 @@ HTML::Form::Simple
        );
        say $input->stop; # </form>
 
+=head1 AUTHOR
+
+Mischa POSLAWSKY <perl@shiar.org>
+
+=head1 LICENSE
+
+This module is free software; you can redistribute it and/or modify it
+under the same L<terms|perlartistic> as Perl itself.
+