r48148 - in /trunk/libhtml-formfu-perl: Changes MANIFEST META.yml debian/changelog 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 14:05:47 UTC 2009


Author: ansgar-guest
Date: Thu Dec  3 14:05:39 2009
New Revision: 48148

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48148
Log:
TODO: decide what to do about the warnings from Config::Any
for using YAML::Syck instead of YAML::XS.  The reason for those is that
HTML::FormFu (build-)depends on YAML::Syck and Config::Any's
dependency on libyaml-libyaml-perl | libyaml-syck-perl will not install
libyaml-libyaml-perl.

Modified:
    trunk/libhtml-formfu-perl/Changes
    trunk/libhtml-formfu-perl/MANIFEST
    trunk/libhtml-formfu-perl/META.yml
    trunk/libhtml-formfu-perl/debian/changelog
    trunk/libhtml-formfu-perl/lib/HTML/FormFu.pm
    trunk/libhtml-formfu-perl/t/04basic.yml
    trunk/libhtml-formfu-perl/t/model/hashref_multi_within_rep.yml
    trunk/libhtml-formfu-perl/t/nested/element_name.yml

Modified: trunk/libhtml-formfu-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/Changes?rev=48148&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/Changes (original)
+++ trunk/libhtml-formfu-perl/Changes Thu Dec  3 14:05:39 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: trunk/libhtml-formfu-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/MANIFEST?rev=48148&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/MANIFEST (original)
+++ trunk/libhtml-formfu-perl/MANIFEST Thu Dec  3 14:05:39 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: trunk/libhtml-formfu-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/META.yml?rev=48148&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/META.yml (original)
+++ trunk/libhtml-formfu-perl/META.yml Thu Dec  3 14:05:39 2009
@@ -60,4 +60,4 @@
   perl: 5.8.1
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.05002
+version: 0.05004

Modified: trunk/libhtml-formfu-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/debian/changelog?rev=48148&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/debian/changelog (original)
+++ trunk/libhtml-formfu-perl/debian/changelog Thu Dec  3 14:05:39 2009
@@ -1,4 +1,10 @@
-libhtml-formfu-perl (0.05002-1) unstable; urgency=low
+libhtml-formfu-perl (0.05004-1) UNRELEASED; urgency=low
+
+  TODO: decide what to do about the warnings from Config::Any
+  for using YAML::Syck instead of YAML::XS.  The reason for those is that
+  HTML::FormFu (build-)depends on YAML::Syck and Config::Any's
+  dependency on libyaml-libyaml-perl | libyaml-syck-perl will not install
+  libyaml-libyaml-perl.
 
   [ gregor herrmann ]
   * debian/control: remove version from perl build dependency.
@@ -9,7 +15,7 @@
     + refresh patch how-to-report-bugs.diff
   * Bump Standards-Version to 3.8.3.
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 26 Nov 2009 18:50:10 +0900
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 03 Dec 2009 22:59:49 +0900
 
 libhtml-formfu-perl (0.05001-1) unstable; urgency=low
 

Modified: trunk/libhtml-formfu-perl/lib/HTML/FormFu.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/lib/HTML/FormFu.pm?rev=48148&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/lib/HTML/FormFu.pm (original)
+++ trunk/libhtml-formfu-perl/lib/HTML/FormFu.pm Thu Dec  3 14:05:39 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: trunk/libhtml-formfu-perl/t/04basic.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/t/04basic.yml?rev=48148&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/t/04basic.yml (original)
+++ trunk/libhtml-formfu-perl/t/04basic.yml Thu Dec  3 14:05:39 2009
@@ -1,7 +1,7 @@
 ---
 action: /foo/bar
 id: form
-auto_id: %n
+auto_id: '%n'
 elements:
   - type: Fieldset
     legend: Jimi

Modified: trunk/libhtml-formfu-perl/t/model/hashref_multi_within_rep.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/t/model/hashref_multi_within_rep.yml?rev=48148&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/t/model/hashref_multi_within_rep.yml (original)
+++ trunk/libhtml-formfu-perl/t/model/hashref_multi_within_rep.yml Thu Dec  3 14:05:39 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: trunk/libhtml-formfu-perl/t/nested/element_name.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/t/nested/element_name.yml?rev=48148&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/t/nested/element_name.yml (original)
+++ trunk/libhtml-formfu-perl/t/nested/element_name.yml Thu Dec  3 14:05:39 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