Skip to content

Commit fea1031

Browse files
committed
updated pod + version for first cpan dev release.
added Andreas to authors list. added MANIFEST.SKIP file
1 parent 1c03f39 commit fea1031

File tree

2 files changed

+66
-4
lines changed

2 files changed

+66
-4
lines changed

MANIFEST.SKIP

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Eclipse workspace file
2+
^\.project$
3+
^\.includepath$
4+
5+
# Avoid version control files.
6+
\bRCS\b
7+
\bCVS\b
8+
,v$
9+
\B\.svn\b
10+
11+
# Avoid Makemaker generated and utility files.
12+
\bMakefile$
13+
\bblib
14+
\bMakeMaker-\d
15+
\bpm_to_blib$
16+
\bblibdirs$
17+
^MANIFEST\.SKIP$
18+
19+
# Avoid Module::Build generated and utility files.
20+
\bBuild$
21+
\b_build
22+
23+
# Avoid temp and backup files.
24+
~$
25+
\.tmp$
26+
\.old$
27+
\.bak$
28+
\#$
29+
\b\.#

lib/HTML/FormFu.pm

+37-4
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ __PACKAGE__->mk_get_one_methods(qw/
8080
*transformers = \&transformer;
8181
*loc = \&localize;
8282

83-
our $VERSION = '0.00_01';
83+
our $VERSION = '0.01000_01';
8484

8585
sub new {
8686
my $class = shift;
@@ -629,6 +629,19 @@ __END__
629629
630630
HTML::FormFu - HTML Form Creation, Rendering and Validation Framework
631631
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+
632645
=head1 SYNOPSIS
633646
634647
use HTML::FormFu;
@@ -2077,18 +2090,36 @@ L<http://code.google.com/p/html-formfu/>
20772090
20782091
Mailing list:
20792092
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.
20812101
20822102
=head1 BUGS
20832103
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>.
20862107
20872108
=head1 SUBVERSION REPOSITORY
20882109
20892110
The publicly viewable subversion code repository is at
20902111
L<http://html-formfu.googlecode.com/svn/trunk/HTML-FormFu>.
20912112
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+
20922123
=head1 SEE ALSO
20932124
20942125
L<HTML::FormFu::Dojo>
@@ -2105,6 +2136,8 @@ Carl Franks
21052136
21062137
Daisuke Maki
21072138
2139+
Andreas Marienborg
2140+
21082141
Mario Minati
21092142
21102143
Based on the original source code of L<HTML::Widget>, by Sebastian Riedel,

0 commit comments

Comments
 (0)