r27890 - in /branches/upstream/libhtml-formfu-perl/current: Changes MANIFEST META.yml Makefile.PL lib/HTML/FormFu.pm t/aggregate.t

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Mon Dec 8 13:54:44 UTC 2008


Author: bricas-guest
Date: Mon Dec  8 13:54:30 2008
New Revision: 27890

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27890
Log:
[svn-upgrade] Integrating new upstream version, libhtml-formfu-perl (0.03007)

Removed:
    branches/upstream/libhtml-formfu-perl/current/t/aggregate.t
Modified:
    branches/upstream/libhtml-formfu-perl/current/Changes
    branches/upstream/libhtml-formfu-perl/current/MANIFEST
    branches/upstream/libhtml-formfu-perl/current/META.yml
    branches/upstream/libhtml-formfu-perl/current/Makefile.PL
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu.pm

Modified: branches/upstream/libhtml-formfu-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/Changes?rev=27890&op=diff
==============================================================================
--- branches/upstream/libhtml-formfu-perl/current/Changes (original)
+++ branches/upstream/libhtml-formfu-perl/current/Changes Mon Dec  8 13:54:30 2008
@@ -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.

Modified: branches/upstream/libhtml-formfu-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/MANIFEST?rev=27890&op=diff
==============================================================================
--- branches/upstream/libhtml-formfu-perl/current/MANIFEST (original)
+++ branches/upstream/libhtml-formfu-perl/current/MANIFEST Mon Dec  8 13:54:30 2008
@@ -607,7 +607,6 @@
 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

Modified: branches/upstream/libhtml-formfu-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/META.yml?rev=27890&op=diff
==============================================================================
--- branches/upstream/libhtml-formfu-perl/current/META.yml (original)
+++ branches/upstream/libhtml-formfu-perl/current/META.yml Mon Dec  8 13:54:30 2008
@@ -5,7 +5,6 @@
 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'
@@ -55,4 +54,4 @@
   perl: 5.8.1
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.03006
+version: 0.03007

Modified: branches/upstream/libhtml-formfu-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/Makefile.PL?rev=27890&op=diff
==============================================================================
--- branches/upstream/libhtml-formfu-perl/current/Makefile.PL (original)
+++ branches/upstream/libhtml-formfu-perl/current/Makefile.PL Mon Dec  8 13:54:30 2008
@@ -40,10 +40,9 @@
 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';
 

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu.pm?rev=27890&op=diff
==============================================================================
--- branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu.pm (original)
+++ branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu.pm Mon Dec  8 13:54:30 2008
@@ -108,7 +108,7 @@
 *plugins           = \&plugin;
 *add_plugins       = \&add_plugin;
 
-our $VERSION = '0.03006';
+our $VERSION = '0.03007';
 $VERSION = eval $VERSION;
 
 Class::C3::initialize();




More information about the Pkg-perl-cvs-commits mailing list