Sorry for the cross-post, but I figured this may be important for anyone who is using html-formfu (I think this includes many catalyst users).<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Carl Franks</b> <span dir="ltr"><<a href="mailto:fireartist@gmail.com">fireartist@gmail.com</a>></span><br>
Date: Fri, Apr 29, 2011 at 4:27 PM<br>Subject: [html-formfu] project status<br>To: HTML FormFu <<a href="mailto:html-formfu@lists.scsys.co.uk">html-formfu@lists.scsys.co.uk</a>><br><br><br>My apologies for the lack of updates lately: my job has changed over<br>

the past year, so I don't have much call to use FormFu any more, and<br>
my family life doesn't give me any spare time to work on this.<br>
<br>
I've given contributor access to everyone who has made any<br>
contributions to the github projects, meaning you can make commits<br>
directly to my repositories.<br>
If anyone wishes to step-up to take over / coordinate / oversee the<br>
project, you're most welcome to make your own fork the master, and<br>
change the documentation accordingly.<br>
I can also give you the admin password for this mailing list.<br>
<br>
This doesn't mean I won't be making any more contributions - just that<br>
it's not fair for me to be a block to progress.<br>
<br>
I'm not certain, but it looks like only myself can give contributor<br>
access to my own repositories - so if anyone else wants commit access<br>
in the meantime, just let me know - I'll still be subscribed to this<br>
list.<br>
<br>
Moritz Onken (PERLER) and Andreas Marienborg (ANDREMAR) both have<br>
rights on pause (the cpan uploader) to upload files for:<br>
HTML-FormFu<br>
HTML-FormFu-Model-DBIC<br>
Catalyst-Controller-HTML-FormFu<br>
HTML-FormFu-Imager<br>
DBIx-Class-HTML-FormFu<br>
<br>
Here are some notes, which should probably be added to the docs somewhere :)<br>
<br>
The test suite for HTML-FormFu should always pass when using both the<br>
internal renderer, and TT.<br>
The internal renderer is tested by default, by just running:<br>
    $ prove -lr t<br>
or<br>
    $ perl Makefile.PL<br>
    $ make test<br>
<br>
You can test the TT renderer by setting the environment variable<br>
HTML_FORMFU_RENDER_METHOD to "tt"<br>
On *nix, you can just run:<br>
    $ HTML_FORMFU_RENDER_METHOD=tt prove -lr t<br>
<br>
Before making a release, you should check the author tests pass:<br>
    $ prove -lr xt<br>
<br>
I often forget(!), but you should try to run all .pm and .t files<br>
through perltidy before making a release.<br>
All the distributions should have an identical .perltidyrc file in the<br>
root directory.<br>
<br>
This will tidy up all .pm and .t files in the lib/ and t/ directories:<br>
    $ find lib -name '*.pm' -exec perltidy -b '{}' \;<br>
    $ find t -name '*.pm' -exec perltidy -b '{}' \;<br>
    $ find t -name '*.t' -exec perltidy -b '{}' \;<br>
<br>
And then to delete the backup files that were created:<br>
    $ find lib -name '*.bak' -exec rm '{}' \;<br>
    $ find t -name '*.bak' -exec rm '{}' \;<br>
<br>
Many thanks to everyone who's contributed so far, and I hope that<br>
y'all will help to keep the project going on!<br>
Carl<br>
<br>
_______________________________________________<br>
HTML-FormFu mailing list<br>
<a href="mailto:HTML-FormFu@lists.scsys.co.uk">HTML-FormFu@lists.scsys.co.uk</a><br>
<a href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu" target="_blank">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu</a><br>
</div><br>