Skip to content

Commit

Permalink
Import of CFRANKS/HTML-FormFu-0.05002 from CPAN.
Browse files Browse the repository at this point in the history
gitpan-cpan-distribution: HTML-FormFu
gitpan-cpan-version:      0.05002
gitpan-cpan-path:         CFRANKS/HTML-FormFu-0.05002.tar.gz
gitpan-cpan-author:       CFRANKS
gitpan-cpan-maturity:     released
  • Loading branch information
Carl Franks authored and Gitpan committed Oct 26, 2014
1 parent 038afd2 commit 8e73aae
Show file tree
Hide file tree
Showing 37 changed files with 2,618 additions and 495 deletions.
9 changes: 9 additions & 0 deletions Changes
@@ -1,3 +1,12 @@
0.05002 2009-11-25

- Fix handling of counter_name in nested-repeatables.
- Element::reCAPTCHA new constraint_args() method to pass options to the
automatically-created Constraint::reCAPTCHA.
- Model::HashRef->create() now works with submitted input.
- Kwalitee updates. (RT #47998)
- Pod fixes. (RT #49120, #49114, #46363)

0.05001 2009-07-03

- get_field(s), get_element(s), get_all_elements() now support a Regex
Expand Down
4 changes: 4 additions & 0 deletions MANIFEST
Expand Up @@ -229,6 +229,7 @@ lib/HTML/FormFu/Validator/Callback.pm
Makefile.PL
MANIFEST This list of files
META.yml
README
share/templates/tt/xhtml/block
share/templates/tt/xhtml/checkboxgroup
share/templates/tt/xhtml/checkboxgroup_tag
Expand Down Expand Up @@ -436,6 +437,8 @@ t/elements/radiogroup_unknown_opt.t
t/elements/radiogroup_xml.t
t/elements/recaptcha.t
t/elements/recaptcha.yml
t/elements/recaptcha_constraint_args.t
t/elements/recaptcha_constraint_args.yml
t/elements/render_method.t
t/elements/repeatable_counter_name.t
t/elements/repeatable_counter_name.yml
Expand Down Expand Up @@ -618,6 +621,7 @@ t/model/hashref_default_values.t
t/model/hashref_escaping.t
t/model/hashref_multi_within_rep.t
t/model/hashref_multi_within_rep.yml
t/model/hashref_process.t
t/multiform-misc/accessors.t
t/multiform-misc/accessors.yml
t/multiform-nested-name/0_render_page_1.t
Expand Down
6 changes: 4 additions & 2 deletions META.yml
Expand Up @@ -5,11 +5,12 @@ author:
build_requires:
CGI: 0
ExtUtils::MakeMaker: 6.42
Test::More: 0.92
Test::NoWarnings: 0
configure_requires:
ExtUtils::MakeMaker: 6.42
distribution_type: module
generated_by: 'Module::Install version 0.83'
generated_by: 'Module::Install version 0.91'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -21,6 +22,7 @@ no_index:
- inc
- share
- t
- xt
requires:
Captcha::reCAPTCHA: 0.92
Class::Accessor::Chained::Fast: 0
Expand Down Expand Up @@ -58,4 +60,4 @@ requires:
perl: 5.8.1
resources:
license: http://dev.perl.org/licenses/
version: 0.05001
version: 0.05002
5 changes: 5 additions & 0 deletions Makefile.PL
@@ -1,5 +1,9 @@
use inc::Module::Install 0.75;

if ( -e 'MANIFEST.SKIP' ) {
system( 'pod2text lib/HTML/FormFu.pm > README' );
}

name 'HTML-FormFu';
perl_version '5.008001';
all_from 'lib/HTML/FormFu.pm';
Expand Down Expand Up @@ -45,6 +49,7 @@ requires 'YAML::Syck' => '1.05';

test_requires 'CGI'; # for file POST tests
test_requires 'Test::NoWarnings';
test_requires 'Test::More' => '0.92';

tests_recursive( 't' );

Expand Down

0 comments on commit 8e73aae

Please sign in to comment.