Skip to content

Commit

Permalink
import HTML-FormFu 0.03007 from CPAN
Browse files Browse the repository at this point in the history
git-cpan-module:   HTML-FormFu
git-cpan-version:  0.03007
git-cpan-authorid: CFRANKS
git-cpan-file:     authors/id/C/CF/CFRANKS/HTML-FormFu-0.03007.tar.gz
  • Loading branch information
Carl Franks authored and schwern committed Dec 12, 2009
1 parent adc4405 commit 6624f88
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 18 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,3 +1,7 @@
0.03007 2008-12-08

- Remove Test::Aggregate - seeing test failures under perl 5.8.x

0.03006 2008-12-03

- New DateTime element.
Expand Down
1 change: 0 additions & 1 deletion MANIFEST
Expand Up @@ -607,7 +607,6 @@ t-aggregated/validator.t
t/01use.t
t/04basic.t
t/04basic.yml
t/aggregate.t
t/bugs/yaml_utf8.t
t/bugs/yaml_utf8.txt
t/bugs/yaml_utf8.yml
Expand Down
3 changes: 1 addition & 2 deletions META.yml
Expand Up @@ -5,7 +5,6 @@ author:
build_requires:
CGI: 0
ExtUtils::MakeMaker: 6.11
Test::Aggregate: 0.35
Test::NoWarnings: 0
distribution_type: module
generated_by: 'Module::Install version 0.77'
Expand Down Expand Up @@ -55,4 +54,4 @@ requires:
perl: 5.8.1
resources:
license: http://dev.perl.org/licenses/
version: 0.03006
version: 0.03007
3 changes: 1 addition & 2 deletions Makefile.PL
Expand Up @@ -40,10 +40,9 @@ requires 'Template'; # form->start and ->end still require TT
requires 'YAML::Syck' => '1.05';

test_requires 'CGI'; # for file POST tests
test_requires 'Test::Aggregate' => 0.35;
test_requires 'Test::NoWarnings';

tests_recursive;
tests_recursive( 't', 't-aggregated' );

no_index directory => 'examples';

Expand Down
2 changes: 1 addition & 1 deletion lib/HTML/FormFu.pm
Expand Up @@ -108,7 +108,7 @@ __PACKAGE__->mk_inherited_merging_accessors( qw( tt_args config_callback ) );
*plugins = \&plugin;
*add_plugins = \&add_plugin;

our $VERSION = '0.03006';
our $VERSION = '0.03007';
$VERSION = eval $VERSION;

Class::C3::initialize();
Expand Down
12 changes: 0 additions & 12 deletions t/aggregate.t

This file was deleted.

0 comments on commit 6624f88

Please sign in to comment.