r48146 - in /branches/upstream/libhtml-formfu-perl/current: Changes MANIFEST META.yml lib/HTML/FormFu.pm t/04basic.yml t/model/hashref_multi_within_rep.yml t/nested/element_name.yml

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Dec 3 13:59:00 UTC 2009


Author: ansgar-guest
Date: Thu Dec  3 13:58:52 2009
New Revision: 48146

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

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/lib/HTML/FormFu.pm
    branches/upstream/libhtml-formfu-perl/current/t/04basic.yml
    branches/upstream/libhtml-formfu-perl/current/t/model/hashref_multi_within_rep.yml
    branches/upstream/libhtml-formfu-perl/current/t/nested/element_name.yml

Modified: branches/upstream/libhtml-formfu-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/Changes?rev=48146&op=diff
==============================================================================
--- branches/upstream/libhtml-formfu-perl/current/Changes (original)
+++ branches/upstream/libhtml-formfu-perl/current/Changes Thu Dec  3 13:58:52 2009
@@ -1,3 +1,13 @@
+0.05004 2009-12-02
+
+    - No changes - last release was built on Windows and didn't pass pause's
+      indexer checks.
+
+
+0.05003 2009-11-29
+
+    - Fix YAML test files for YAML::XS compatibility
+
 0.05002 2009-11-25
 
     - Fix handling of counter_name in nested-repeatables.

Modified: branches/upstream/libhtml-formfu-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/MANIFEST?rev=48146&op=diff
==============================================================================
--- branches/upstream/libhtml-formfu-perl/current/MANIFEST (original)
+++ branches/upstream/libhtml-formfu-perl/current/MANIFEST Thu Dec  3 13:58:52 2009
@@ -227,7 +227,7 @@
 lib/HTML/FormFu/Validator.pm
 lib/HTML/FormFu/Validator/Callback.pm
 Makefile.PL
-MANIFEST			This list of files
+MANIFEST			This list of files
 META.yml
 README
 share/templates/tt/xhtml/block

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=48146&op=diff
==============================================================================
--- branches/upstream/libhtml-formfu-perl/current/META.yml (original)
+++ branches/upstream/libhtml-formfu-perl/current/META.yml Thu Dec  3 13:58:52 2009
@@ -60,4 +60,4 @@
   perl: 5.8.1
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.05002
+version: 0.05004

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=48146&op=diff
==============================================================================
--- branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu.pm (original)
+++ branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu.pm Thu Dec  3 13:58:52 2009
@@ -112,7 +112,7 @@
 *plugins           = \&plugin;
 *add_plugins       = \&add_plugin;
 
-our $VERSION = '0.05002';
+our $VERSION = '0.05004';
 $VERSION = eval $VERSION;
 
 Class::C3::initialize();

Modified: branches/upstream/libhtml-formfu-perl/current/t/04basic.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/04basic.yml?rev=48146&op=diff
==============================================================================
--- branches/upstream/libhtml-formfu-perl/current/t/04basic.yml (original)
+++ branches/upstream/libhtml-formfu-perl/current/t/04basic.yml Thu Dec  3 13:58:52 2009
@@ -1,7 +1,7 @@
 ---
 action: /foo/bar
 id: form
-auto_id: %n
+auto_id: '%n'
 elements:
   - type: Fieldset
     legend: Jimi

Modified: branches/upstream/libhtml-formfu-perl/current/t/model/hashref_multi_within_rep.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/model/hashref_multi_within_rep.yml?rev=48146&op=diff
==============================================================================
--- branches/upstream/libhtml-formfu-perl/current/t/model/hashref_multi_within_rep.yml (original)
+++ branches/upstream/libhtml-formfu-perl/current/t/model/hashref_multi_within_rep.yml Thu Dec  3 13:58:52 2009
@@ -21,15 +21,15 @@
         name: start
         deflators:
           - type: Strftime
-            strftime: %d.%m.%Y %R
+            strftime: '%d.%m.%Y %R'
         inflators:
           - type: DateTime
             parser:
-              strptime: %d.%m.%Y %H:%M
+              strptime: '%d.%m.%Y %H:%M'
         elements:
           - type: Text
             name: startdate
           - type: Text
             name: starttime
       - type: Hidden
-        name: id
+        name: id

Modified: branches/upstream/libhtml-formfu-perl/current/t/nested/element_name.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/nested/element_name.yml?rev=48146&op=diff
==============================================================================
--- branches/upstream/libhtml-formfu-perl/current/t/nested/element_name.yml (original)
+++ branches/upstream/libhtml-formfu-perl/current/t/nested/element_name.yml Thu Dec  3 13:58:52 2009
@@ -1,5 +1,5 @@
 ---
-auto_id: %n
+auto_id: '%n'
 auto_fieldset:
   nested_name: foo
 




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