@@ -80,7 +80,7 @@ __PACKAGE__->mk_get_one_methods(qw/
80
80
*transformers = \&transformer;
81
81
*loc = \&localize;
82
82
83
- our $VERSION = ' 0.00_01 ' ;
83
+ our $VERSION = ' 0.01000_01 ' ;
84
84
85
85
sub new {
86
86
my $class = shift ;
@@ -629,6 +629,19 @@ __END__
629
629
630
630
HTML::FormFu - HTML Form Creation, Rendering and Validation Framework
631
631
632
+ =head1 BETA SOFTWARE
633
+
634
+ Please note that this is beta software.
635
+
636
+ There may be API changes required before the 1.0 release. Any incompatible
637
+ changes will first be discussed on the L<mailing list|/SUPPORT> .
638
+
639
+ Much work is needed on documentation, and contributions are welcome. This
640
+ file is quite extensively documented, but may contain errors due to
641
+ more recent code changes. Some C<pm > files may not be documented at all yet,
642
+ so please refer to the test suite, the code, or questions are welcome on the
643
+ L<mailing list/SUPPORT> .
644
+
632
645
=head1 SYNOPSIS
633
646
634
647
use HTML::FormFu;
@@ -2077,18 +2090,36 @@ L<http://code.google.com/p/html-formfu/>
2077
2090
2078
2091
Mailing list:
2079
2092
2080
- L<http://lists.rawmode.org/cgi-bin/mailman/listinfo/html-widget>
2093
+ L<http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu>
2094
+
2095
+ Mailing list archives:
2096
+
2097
+ L<http://lists.scsys.co.uk/pipermail/html-formfu/>
2098
+
2099
+ The L<HTML::Widget archives|http://lists.scsys.co.uk/pipermail/html-widget/>
2100
+ between January and May 2007 also contain discussion regarding HTML::FormFu.
2081
2101
2082
2102
=head1 BUGS
2083
2103
2084
- Please submit bugs / feature requests to either L<http://rt.perl.org> or
2085
- L<http://code.google.com/p/html-formfu/issues/list>
2104
+ Please submit bugs / feature requests to
2105
+ L<http://code.google.com/p/html-formfu/issues/list> (preferred) or
2106
+ L<http://rt.perl.org> .
2086
2107
2087
2108
=head1 SUBVERSION REPOSITORY
2088
2109
2089
2110
The publicly viewable subversion code repository is at
2090
2111
L<http://html-formfu.googlecode.com/svn/trunk/HTML-FormFu> .
2091
2112
2113
+ If you wish to contribute, you'll need a gmail email address. Then just
2114
+ join our mailing list and ask for commit access.
2115
+
2116
+ If you wish to contribute but for some reason really don't want to sign up
2117
+ for a gmail account, please post patches to the mailing list (but then
2118
+ you'll have to wait for someone to commit them).
2119
+
2120
+ If you have commit permissions, please use this repository url:
2121
+ L<https://html-formfu.googlecode.com/svn/trunk/HTML-FormFu>
2122
+
2092
2123
=head1 SEE ALSO
2093
2124
2094
2125
L<HTML::FormFu::Dojo>
@@ -2105,6 +2136,8 @@ Carl Franks
2105
2136
2106
2137
Daisuke Maki
2107
2138
2139
+ Andreas Marienborg
2140
+
2108
2141
Mario Minati
2109
2142
2110
2143
Based on the original source code of L<HTML::Widget> , by Sebastian Riedel,
0 commit comments