![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | HTML-FormHandler-0.36002.tar.gz |
This archive contains the distribution HTML-FormHandler, version 0.36002: HTML forms using Moose This software is copyright (c) 2012 by Gerda Shank. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } use strict; use warnings; use Test::More; eval 'use Test::EOL'; plan skip_all => 'Test::EOL required' if $@; all_perl_files_ok({ trailing_whitespace => 1 });
BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } use strict; use warnings; use Test::More; eval 'use Test::NoTabs'; plan skip_all => 'Test::NoTabs required' if $@; all_perl_files_ok();
0.36002 Fri Feb 2, 2012 Fixed bug introduced in last release where rendering roles are overwritt more»
Improve TT rendering Unique support for non-top-level fields? Improve example of Repeatable fo more»
This software is copyright (c) 2012 by Gerda Shank. This is free software; you can redistribute it more»
[DIR] | HTML-FormHandler-0.36002/ (16) |