[libhtml-formfu-perl] 01/06: Imported Upstream version 2.01000

gregor herrmann gregoa at debian.org
Mon May 12 18:56:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libhtml-formfu-perl.

commit 31042ea660d5941e94cdfa8899150bf868f4ae83
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon May 12 20:49:04 2014 +0200

    Imported Upstream version 2.01000
---
 Changes                                                 | 4 ++++
 META.yml                                                | 2 +-
 Makefile.PL                                             | 2 +-
 README                                                  | 2 +-
 dist.ini                                                | 2 +-
 lib/HTML/FormFu.pm                                      | 2 +-
 lib/HTML/FormFu/Attribute.pm                            | 3 ++-
 lib/HTML/FormFu/Constants.pm                            | 3 ++-
 lib/HTML/FormFu/Constraint.pm                           | 2 +-
 lib/HTML/FormFu/Constraint/ASCII.pm                     | 2 +-
 lib/HTML/FormFu/Constraint/AllOrNone.pm                 | 2 +-
 lib/HTML/FormFu/Constraint/AutoSet.pm                   | 2 +-
 lib/HTML/FormFu/Constraint/Bool.pm                      | 2 +-
 lib/HTML/FormFu/Constraint/Callback.pm                  | 2 +-
 lib/HTML/FormFu/Constraint/CallbackOnce.pm              | 2 +-
 lib/HTML/FormFu/Constraint/DateTime.pm                  | 2 +-
 lib/HTML/FormFu/Constraint/DependOn.pm                  | 2 +-
 lib/HTML/FormFu/Constraint/Email.pm                     | 2 +-
 lib/HTML/FormFu/Constraint/Equal.pm                     | 2 +-
 lib/HTML/FormFu/Constraint/File.pm                      | 2 +-
 lib/HTML/FormFu/Constraint/File/MIME.pm                 | 2 +-
 lib/HTML/FormFu/Constraint/File/MaxSize.pm              | 2 +-
 lib/HTML/FormFu/Constraint/File/MinSize.pm              | 2 +-
 lib/HTML/FormFu/Constraint/File/Size.pm                 | 2 +-
 lib/HTML/FormFu/Constraint/Integer.pm                   | 2 +-
 lib/HTML/FormFu/Constraint/Length.pm                    | 2 +-
 lib/HTML/FormFu/Constraint/MaxLength.pm                 | 2 +-
 lib/HTML/FormFu/Constraint/MaxRange.pm                  | 2 +-
 lib/HTML/FormFu/Constraint/MinLength.pm                 | 2 +-
 lib/HTML/FormFu/Constraint/MinMaxFields.pm              | 2 +-
 lib/HTML/FormFu/Constraint/MinRange.pm                  | 2 +-
 lib/HTML/FormFu/Constraint/Number.pm                    | 2 +-
 lib/HTML/FormFu/Constraint/Printable.pm                 | 2 +-
 lib/HTML/FormFu/Constraint/Range.pm                     | 2 +-
 lib/HTML/FormFu/Constraint/Regex.pm                     | 2 +-
 lib/HTML/FormFu/Constraint/Repeatable/Any.pm            | 2 +-
 lib/HTML/FormFu/Constraint/Required.pm                  | 2 +-
 lib/HTML/FormFu/Constraint/Set.pm                       | 2 +-
 lib/HTML/FormFu/Constraint/SingleValue.pm               | 2 +-
 lib/HTML/FormFu/Constraint/Word.pm                      | 2 +-
 lib/HTML/FormFu/Deflator.pm                             | 2 +-
 lib/HTML/FormFu/Deflator/Callback.pm                    | 2 +-
 lib/HTML/FormFu/Deflator/CompoundDateTime.pm            | 2 +-
 lib/HTML/FormFu/Deflator/CompoundSplit.pm               | 2 +-
 lib/HTML/FormFu/Deflator/FormatNumber.pm                | 2 +-
 lib/HTML/FormFu/Deflator/PathClassFile.pm               | 2 +-
 lib/HTML/FormFu/Deflator/Strftime.pm                    | 2 +-
 lib/HTML/FormFu/Deploy.pm                               | 3 ++-
 lib/HTML/FormFu/Element.pm                              | 2 +-
 lib/HTML/FormFu/Element/Blank.pm                        | 2 +-
 lib/HTML/FormFu/Element/Block.pm                        | 2 +-
 lib/HTML/FormFu/Element/Button.pm                       | 2 +-
 lib/HTML/FormFu/Element/Checkbox.pm                     | 2 +-
 lib/HTML/FormFu/Element/Checkboxgroup.pm                | 2 +-
 lib/HTML/FormFu/Element/ComboBox.pm                     | 2 +-
 lib/HTML/FormFu/Element/ContentButton.pm                | 2 +-
 lib/HTML/FormFu/Element/Date.pm                         | 2 +-
 lib/HTML/FormFu/Element/DateTime.pm                     | 2 +-
 lib/HTML/FormFu/Element/Email.pm                        | 2 +-
 lib/HTML/FormFu/Element/Fieldset.pm                     | 2 +-
 lib/HTML/FormFu/Element/File.pm                         | 2 +-
 lib/HTML/FormFu/Element/Hidden.pm                       | 2 +-
 lib/HTML/FormFu/Element/Hr.pm                           | 2 +-
 lib/HTML/FormFu/Element/Image.pm                        | 2 +-
 lib/HTML/FormFu/Element/Label.pm                        | 2 +-
 lib/HTML/FormFu/Element/Multi.pm                        | 2 +-
 lib/HTML/FormFu/Element/Number.pm                       | 2 +-
 lib/HTML/FormFu/Element/Password.pm                     | 2 +-
 lib/HTML/FormFu/Element/Radio.pm                        | 2 +-
 lib/HTML/FormFu/Element/Radiogroup.pm                   | 2 +-
 lib/HTML/FormFu/Element/Repeatable.pm                   | 2 +-
 lib/HTML/FormFu/Element/Reset.pm                        | 2 +-
 lib/HTML/FormFu/Element/Select.pm                       | 2 +-
 lib/HTML/FormFu/Element/SimpleTable.pm                  | 2 +-
 lib/HTML/FormFu/Element/Src.pm                          | 2 +-
 lib/HTML/FormFu/Element/Submit.pm                       | 2 +-
 lib/HTML/FormFu/Element/Text.pm                         | 2 +-
 lib/HTML/FormFu/Element/Textarea.pm                     | 2 +-
 lib/HTML/FormFu/Element/URL.pm                          | 2 +-
 lib/HTML/FormFu/Exception.pm                            | 2 +-
 lib/HTML/FormFu/Exception/Constraint.pm                 | 2 +-
 lib/HTML/FormFu/Exception/Inflator.pm                   | 2 +-
 lib/HTML/FormFu/Exception/Input.pm                      | 2 +-
 lib/HTML/FormFu/Exception/Transformer.pm                | 2 +-
 lib/HTML/FormFu/Exception/Validator.pm                  | 2 +-
 lib/HTML/FormFu/FakeQuery.pm                            | 3 ++-
 lib/HTML/FormFu/Filter.pm                               | 2 +-
 lib/HTML/FormFu/Filter/Callback.pm                      | 2 +-
 lib/HTML/FormFu/Filter/CompoundJoin.pm                  | 2 +-
 lib/HTML/FormFu/Filter/CompoundSprintf.pm               | 2 +-
 lib/HTML/FormFu/Filter/CopyValue.pm                     | 2 +-
 lib/HTML/FormFu/Filter/Encode.pm                        | 2 +-
 lib/HTML/FormFu/Filter/ForceListValue.pm                | 4 ++--
 lib/HTML/FormFu/Filter/FormatNumber.pm                  | 2 +-
 lib/HTML/FormFu/Filter/HTMLEscape.pm                    | 2 +-
 lib/HTML/FormFu/Filter/HTMLScrubber.pm                  | 2 +-
 lib/HTML/FormFu/Filter/LowerCase.pm                     | 2 +-
 lib/HTML/FormFu/Filter/NonNumeric.pm                    | 2 +-
 lib/HTML/FormFu/Filter/Regex.pm                         | 2 +-
 lib/HTML/FormFu/Filter/Split.pm                         | 2 +-
 lib/HTML/FormFu/Filter/TrimEdges.pm                     | 2 +-
 lib/HTML/FormFu/Filter/UpperCase.pm                     | 2 +-
 lib/HTML/FormFu/Filter/Whitespace.pm                    | 2 +-
 lib/HTML/FormFu/I18N.pm                                 | 2 +-
 lib/HTML/FormFu/I18N/bg.pm                              | 2 +-
 lib/HTML/FormFu/I18N/cs.pm                              | 2 +-
 lib/HTML/FormFu/I18N/da.pm                              | 2 +-
 lib/HTML/FormFu/I18N/de.pm                              | 2 +-
 lib/HTML/FormFu/I18N/en.pm                              | 2 +-
 lib/HTML/FormFu/I18N/es.pm                              | 2 +-
 lib/HTML/FormFu/I18N/fr.pm                              | 2 +-
 lib/HTML/FormFu/I18N/hu.pm                              | 2 +-
 lib/HTML/FormFu/I18N/it.pm                              | 2 +-
 lib/HTML/FormFu/I18N/ja.pm                              | 2 +-
 lib/HTML/FormFu/I18N/no.pm                              | 2 +-
 lib/HTML/FormFu/I18N/pt_br.pm                           | 2 +-
 lib/HTML/FormFu/I18N/pt_pt.pm                           | 2 +-
 lib/HTML/FormFu/I18N/ro.pm                              | 2 +-
 lib/HTML/FormFu/I18N/ru.pm                              | 2 +-
 lib/HTML/FormFu/I18N/ua.pm                              | 2 +-
 lib/HTML/FormFu/I18N/zh_cn.pm                           | 2 +-
 lib/HTML/FormFu/Inflator.pm                             | 2 +-
 lib/HTML/FormFu/Inflator/Callback.pm                    | 2 +-
 lib/HTML/FormFu/Inflator/CompoundDateTime.pm            | 2 +-
 lib/HTML/FormFu/Inflator/DateTime.pm                    | 2 +-
 lib/HTML/FormFu/Literal.pm                              | 3 ++-
 lib/HTML/FormFu/Localize.pm                             | 3 ++-
 lib/HTML/FormFu/Model.pm                                | 2 +-
 lib/HTML/FormFu/Model/HashRef.pm                        | 2 +-
 lib/HTML/FormFu/ObjectUtil.pm                           | 3 ++-
 lib/HTML/FormFu/OutputProcessor.pm                      | 2 +-
 lib/HTML/FormFu/OutputProcessor/Indent.pm               | 2 +-
 lib/HTML/FormFu/OutputProcessor/StripWhitespace.pm      | 4 ++--
 lib/HTML/FormFu/Plugin.pm                               | 2 +-
 lib/HTML/FormFu/Plugin/StashValid.pm                    | 2 +-
 lib/HTML/FormFu/Preload.pm                              | 3 ++-
 lib/HTML/FormFu/Processor.pm                            | 2 +-
 lib/HTML/FormFu/QueryType/CGI.pm                        | 2 +-
 lib/HTML/FormFu/QueryType/CGI/Simple.pm                 | 2 +-
 lib/HTML/FormFu/QueryType/Catalyst.pm                   | 2 +-
 lib/HTML/FormFu/Role/Constraint/Others.pm               | 2 +-
 lib/HTML/FormFu/Role/ContainsElements.pm                | 2 +-
 lib/HTML/FormFu/Role/ContainsElementsSharedWithField.pm | 2 +-
 lib/HTML/FormFu/Role/CreateChildren.pm                  | 2 +-
 lib/HTML/FormFu/Role/CustomRoles.pm                     | 2 +-
 lib/HTML/FormFu/Role/Element/Coercible.pm               | 2 +-
 lib/HTML/FormFu/Role/Element/Field.pm                   | 2 +-
 lib/HTML/FormFu/Role/Element/FieldMethods.pm            | 2 +-
 lib/HTML/FormFu/Role/Element/Group.pm                   | 2 +-
 lib/HTML/FormFu/Role/Element/Input.pm                   | 2 +-
 lib/HTML/FormFu/Role/Element/Layout.pm                  | 6 ++++--
 lib/HTML/FormFu/Role/Element/MultiElement.pm            | 2 +-
 lib/HTML/FormFu/Role/Element/NonBlock.pm                | 2 +-
 lib/HTML/FormFu/Role/Element/ProcessOptionsFromModel.pm | 2 +-
 lib/HTML/FormFu/Role/Element/SingleValueField.pm        | 2 +-
 lib/HTML/FormFu/Role/Filter/Compound.pm                 | 2 +-
 lib/HTML/FormFu/Role/FormAndBlockMethods.pm             | 2 +-
 lib/HTML/FormFu/Role/FormAndElementMethods.pm           | 2 +-
 lib/HTML/FormFu/Role/FormBlockAndFieldMethods.pm        | 2 +-
 lib/HTML/FormFu/Role/GetProcessors.pm                   | 2 +-
 lib/HTML/FormFu/Role/HasParent.pm                       | 2 +-
 lib/HTML/FormFu/Role/NestedHashUtils.pm                 | 2 +-
 lib/HTML/FormFu/Role/Populate.pm                        | 2 +-
 lib/HTML/FormFu/Role/Render.pm                          | 2 +-
 lib/HTML/FormFu/Transformer.pm                          | 2 +-
 lib/HTML/FormFu/Transformer/Callback.pm                 | 2 +-
 lib/HTML/FormFu/Upload.pm                               | 2 +-
 lib/HTML/FormFu/UploadParam.pm                          | 2 +-
 lib/HTML/FormFu/Util.pm                                 | 3 ++-
 lib/HTML/FormFu/Validator.pm                            | 2 +-
 lib/HTML/FormFu/Validator/Callback.pm                   | 2 +-
 lib/MooseX/Attribute/FormFuChained.pm                   | 6 +++---
 lib/MooseX/FormFuChainedAccessors.pm                    | 2 +-
 lib/MooseX/Traits/Attribute/FormFuChained.pm            | 2 +-
 174 files changed, 193 insertions(+), 178 deletions(-)

diff --git a/Changes b/Changes
index c62c641..cac2909 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+2.01 2014-05-05
+
+    - Avoid uninitialized warning
+
 2.00 2014-04-11
 
     - New layout() method for customizing output of fields.
diff --git a/META.yml b/META.yml
index 8eb6e33..60ffa1f 100644
--- a/META.yml
+++ b/META.yml
@@ -67,4 +67,4 @@ requires:
   perl: '5.008001'
 resources:
   repository: git://github.com/fireartist/HTML-FormFu.git
-version: '2.00'
+version: '2.01'
diff --git a/Makefile.PL b/Makefile.PL
index 5549f0f..8920c7e 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -77,7 +77,7 @@ my %WriteMakefileArgs = (
     "Test::Exception" => 0,
     "Test::More" => "0.92"
   },
-  "VERSION" => "2.00",
+  "VERSION" => "2.01",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff --git a/README b/README
index 8ee92d4..ff85d36 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution HTML-FormFu,
-version 2.00:
+version 2.01:
 
   HTML Form Creation, Rendering and Validation Framework
 
diff --git a/dist.ini b/dist.ini
index 6ff5d9b..5d6a31e 100644
--- a/dist.ini
+++ b/dist.ini
@@ -4,7 +4,7 @@ license = Perl_5
 copyright_holder = Carl Franks
 copyright_year   = 2013
 
-version = 2.00
+version = 2.01
 
 [Prereqs]
 perl = 5.008001
diff --git a/lib/HTML/FormFu.pm b/lib/HTML/FormFu.pm
index 5e283c1..fac6393 100644
--- a/lib/HTML/FormFu.pm
+++ b/lib/HTML/FormFu.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu;
-$HTML::FormFu::VERSION = '2.00';
+$HTML::FormFu::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Attribute.pm b/lib/HTML/FormFu/Attribute.pm
index 5222223..83e3927 100644
--- a/lib/HTML/FormFu/Attribute.pm
+++ b/lib/HTML/FormFu/Attribute.pm
@@ -1,6 +1,7 @@
 package HTML::FormFu::Attribute;
-$HTML::FormFu::Attribute::VERSION = '2.00';
+$HTML::FormFu::Attribute::VERSION = '2.01';
 use strict;
+use warnings;
 use Exporter qw( import );
 use Carp qw( croak );
 use Class::MOP::Method;
diff --git a/lib/HTML/FormFu/Constants.pm b/lib/HTML/FormFu/Constants.pm
index 7378d32..cb7eaa0 100644
--- a/lib/HTML/FormFu/Constants.pm
+++ b/lib/HTML/FormFu/Constants.pm
@@ -1,6 +1,7 @@
 package HTML::FormFu::Constants;
-$HTML::FormFu::Constants::VERSION = '2.00';
+$HTML::FormFu::Constants::VERSION = '2.01';
 use strict;
+use warnings;
 use Readonly;
 use Exporter qw( import );
 
diff --git a/lib/HTML/FormFu/Constraint.pm b/lib/HTML/FormFu/Constraint.pm
index aba88d9..774c816 100644
--- a/lib/HTML/FormFu/Constraint.pm
+++ b/lib/HTML/FormFu/Constraint.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint;
-$HTML::FormFu::Constraint::VERSION = '2.00';
+$HTML::FormFu::Constraint::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Processor';
diff --git a/lib/HTML/FormFu/Constraint/ASCII.pm b/lib/HTML/FormFu/Constraint/ASCII.pm
index 4d36279..bd509e3 100644
--- a/lib/HTML/FormFu/Constraint/ASCII.pm
+++ b/lib/HTML/FormFu/Constraint/ASCII.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::ASCII;
-$HTML::FormFu::Constraint::ASCII::VERSION = '2.00';
+$HTML::FormFu::Constraint::ASCII::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint::Regex';
 
diff --git a/lib/HTML/FormFu/Constraint/AllOrNone.pm b/lib/HTML/FormFu/Constraint/AllOrNone.pm
index 94461ff..06b0833 100644
--- a/lib/HTML/FormFu/Constraint/AllOrNone.pm
+++ b/lib/HTML/FormFu/Constraint/AllOrNone.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::AllOrNone;
-$HTML::FormFu::Constraint::AllOrNone::VERSION = '2.00';
+$HTML::FormFu::Constraint::AllOrNone::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint';
 
diff --git a/lib/HTML/FormFu/Constraint/AutoSet.pm b/lib/HTML/FormFu/Constraint/AutoSet.pm
index 20f76a2..ad25a81 100644
--- a/lib/HTML/FormFu/Constraint/AutoSet.pm
+++ b/lib/HTML/FormFu/Constraint/AutoSet.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::AutoSet;
-$HTML::FormFu::Constraint::AutoSet::VERSION = '2.00';
+$HTML::FormFu::Constraint::AutoSet::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint::Set';
 
diff --git a/lib/HTML/FormFu/Constraint/Bool.pm b/lib/HTML/FormFu/Constraint/Bool.pm
index a7d55ad..32e9275 100644
--- a/lib/HTML/FormFu/Constraint/Bool.pm
+++ b/lib/HTML/FormFu/Constraint/Bool.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::Bool;
-$HTML::FormFu::Constraint::Bool::VERSION = '2.00';
+$HTML::FormFu::Constraint::Bool::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint::Regex';
 
diff --git a/lib/HTML/FormFu/Constraint/Callback.pm b/lib/HTML/FormFu/Constraint/Callback.pm
index 6cd169f..c25356d 100644
--- a/lib/HTML/FormFu/Constraint/Callback.pm
+++ b/lib/HTML/FormFu/Constraint/Callback.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::Callback;
-$HTML::FormFu::Constraint::Callback::VERSION = '2.00';
+$HTML::FormFu::Constraint::Callback::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Constraint';
diff --git a/lib/HTML/FormFu/Constraint/CallbackOnce.pm b/lib/HTML/FormFu/Constraint/CallbackOnce.pm
index 6584839..732aa63 100644
--- a/lib/HTML/FormFu/Constraint/CallbackOnce.pm
+++ b/lib/HTML/FormFu/Constraint/CallbackOnce.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::CallbackOnce;
-$HTML::FormFu::Constraint::CallbackOnce::VERSION = '2.00';
+$HTML::FormFu::Constraint::CallbackOnce::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Constraint';
diff --git a/lib/HTML/FormFu/Constraint/DateTime.pm b/lib/HTML/FormFu/Constraint/DateTime.pm
index 21f0778..09830c8 100644
--- a/lib/HTML/FormFu/Constraint/DateTime.pm
+++ b/lib/HTML/FormFu/Constraint/DateTime.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::DateTime;
-$HTML::FormFu::Constraint::DateTime::VERSION = '2.00';
+$HTML::FormFu::Constraint::DateTime::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint';
 
diff --git a/lib/HTML/FormFu/Constraint/DependOn.pm b/lib/HTML/FormFu/Constraint/DependOn.pm
index 5932318..65eeead 100644
--- a/lib/HTML/FormFu/Constraint/DependOn.pm
+++ b/lib/HTML/FormFu/Constraint/DependOn.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::DependOn;
-$HTML::FormFu::Constraint::DependOn::VERSION = '2.00';
+$HTML::FormFu::Constraint::DependOn::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint';
 
diff --git a/lib/HTML/FormFu/Constraint/Email.pm b/lib/HTML/FormFu/Constraint/Email.pm
index acac107..08f771f 100644
--- a/lib/HTML/FormFu/Constraint/Email.pm
+++ b/lib/HTML/FormFu/Constraint/Email.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::Email;
-$HTML::FormFu::Constraint::Email::VERSION = '2.00';
+$HTML::FormFu::Constraint::Email::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint';
 
diff --git a/lib/HTML/FormFu/Constraint/Equal.pm b/lib/HTML/FormFu/Constraint/Equal.pm
index 5fe673c..ce8a51c 100644
--- a/lib/HTML/FormFu/Constraint/Equal.pm
+++ b/lib/HTML/FormFu/Constraint/Equal.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::Equal;
-$HTML::FormFu::Constraint::Equal::VERSION = '2.00';
+$HTML::FormFu::Constraint::Equal::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint';
 
diff --git a/lib/HTML/FormFu/Constraint/File.pm b/lib/HTML/FormFu/Constraint/File.pm
index 0f46ac8..3a25559 100644
--- a/lib/HTML/FormFu/Constraint/File.pm
+++ b/lib/HTML/FormFu/Constraint/File.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::File;
-$HTML::FormFu::Constraint::File::VERSION = '2.00';
+$HTML::FormFu::Constraint::File::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint';
 
diff --git a/lib/HTML/FormFu/Constraint/File/MIME.pm b/lib/HTML/FormFu/Constraint/File/MIME.pm
index 1275917..13aa1d1 100644
--- a/lib/HTML/FormFu/Constraint/File/MIME.pm
+++ b/lib/HTML/FormFu/Constraint/File/MIME.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::File::MIME;
-$HTML::FormFu::Constraint::File::MIME::VERSION = '2.00';
+$HTML::FormFu::Constraint::File::MIME::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Constraint';
diff --git a/lib/HTML/FormFu/Constraint/File/MaxSize.pm b/lib/HTML/FormFu/Constraint/File/MaxSize.pm
index a14a722..22e12cd 100644
--- a/lib/HTML/FormFu/Constraint/File/MaxSize.pm
+++ b/lib/HTML/FormFu/Constraint/File/MaxSize.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::File::MaxSize;
-$HTML::FormFu::Constraint::File::MaxSize::VERSION = '2.00';
+$HTML::FormFu::Constraint::File::MaxSize::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint::File::Size';
 
diff --git a/lib/HTML/FormFu/Constraint/File/MinSize.pm b/lib/HTML/FormFu/Constraint/File/MinSize.pm
index 6cf9d35..d27c0ef 100644
--- a/lib/HTML/FormFu/Constraint/File/MinSize.pm
+++ b/lib/HTML/FormFu/Constraint/File/MinSize.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::File::MinSize;
-$HTML::FormFu::Constraint::File::MinSize::VERSION = '2.00';
+$HTML::FormFu::Constraint::File::MinSize::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint::File::Size';
 
diff --git a/lib/HTML/FormFu/Constraint/File/Size.pm b/lib/HTML/FormFu/Constraint/File/Size.pm
index ff53520..4eb9be6 100644
--- a/lib/HTML/FormFu/Constraint/File/Size.pm
+++ b/lib/HTML/FormFu/Constraint/File/Size.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::File::Size;
-$HTML::FormFu::Constraint::File::Size::VERSION = '2.00';
+$HTML::FormFu::Constraint::File::Size::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 use MooseX::Aliases;
diff --git a/lib/HTML/FormFu/Constraint/Integer.pm b/lib/HTML/FormFu/Constraint/Integer.pm
index 108c1a4..56b3cad 100644
--- a/lib/HTML/FormFu/Constraint/Integer.pm
+++ b/lib/HTML/FormFu/Constraint/Integer.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::Integer;
-$HTML::FormFu::Constraint::Integer::VERSION = '2.00';
+$HTML::FormFu::Constraint::Integer::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint::Regex';
 
diff --git a/lib/HTML/FormFu/Constraint/Length.pm b/lib/HTML/FormFu/Constraint/Length.pm
index 682aa6e..7f084d2 100644
--- a/lib/HTML/FormFu/Constraint/Length.pm
+++ b/lib/HTML/FormFu/Constraint/Length.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::Length;
-$HTML::FormFu::Constraint::Length::VERSION = '2.00';
+$HTML::FormFu::Constraint::Length::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 use MooseX::Aliases;
diff --git a/lib/HTML/FormFu/Constraint/MaxLength.pm b/lib/HTML/FormFu/Constraint/MaxLength.pm
index 67520ef..8f8b499 100644
--- a/lib/HTML/FormFu/Constraint/MaxLength.pm
+++ b/lib/HTML/FormFu/Constraint/MaxLength.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::MaxLength;
-$HTML::FormFu::Constraint::MaxLength::VERSION = '2.00';
+$HTML::FormFu::Constraint::MaxLength::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint::Length';
 
diff --git a/lib/HTML/FormFu/Constraint/MaxRange.pm b/lib/HTML/FormFu/Constraint/MaxRange.pm
index c1e8a7a..d439a9f 100644
--- a/lib/HTML/FormFu/Constraint/MaxRange.pm
+++ b/lib/HTML/FormFu/Constraint/MaxRange.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::MaxRange;
-$HTML::FormFu::Constraint::MaxRange::VERSION = '2.00';
+$HTML::FormFu::Constraint::MaxRange::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint::Range';
 
diff --git a/lib/HTML/FormFu/Constraint/MinLength.pm b/lib/HTML/FormFu/Constraint/MinLength.pm
index 2555341..f86efd4 100644
--- a/lib/HTML/FormFu/Constraint/MinLength.pm
+++ b/lib/HTML/FormFu/Constraint/MinLength.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::MinLength;
-$HTML::FormFu::Constraint::MinLength::VERSION = '2.00';
+$HTML::FormFu::Constraint::MinLength::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint::Length';
 
diff --git a/lib/HTML/FormFu/Constraint/MinMaxFields.pm b/lib/HTML/FormFu/Constraint/MinMaxFields.pm
index 283c304..545ee2f 100644
--- a/lib/HTML/FormFu/Constraint/MinMaxFields.pm
+++ b/lib/HTML/FormFu/Constraint/MinMaxFields.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::MinMaxFields;
-$HTML::FormFu::Constraint::MinMaxFields::VERSION = '2.00';
+$HTML::FormFu::Constraint::MinMaxFields::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 use MooseX::Aliases;
diff --git a/lib/HTML/FormFu/Constraint/MinRange.pm b/lib/HTML/FormFu/Constraint/MinRange.pm
index f3e3dd0..7af1cbd 100644
--- a/lib/HTML/FormFu/Constraint/MinRange.pm
+++ b/lib/HTML/FormFu/Constraint/MinRange.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::MinRange;
-$HTML::FormFu::Constraint::MinRange::VERSION = '2.00';
+$HTML::FormFu::Constraint::MinRange::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint::Range';
 
diff --git a/lib/HTML/FormFu/Constraint/Number.pm b/lib/HTML/FormFu/Constraint/Number.pm
index ec9d99b..f7147f2 100644
--- a/lib/HTML/FormFu/Constraint/Number.pm
+++ b/lib/HTML/FormFu/Constraint/Number.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::Number;
-$HTML::FormFu::Constraint::Number::VERSION = '2.00';
+$HTML::FormFu::Constraint::Number::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint';
 
diff --git a/lib/HTML/FormFu/Constraint/Printable.pm b/lib/HTML/FormFu/Constraint/Printable.pm
index 9f1e912..2fbaa89 100644
--- a/lib/HTML/FormFu/Constraint/Printable.pm
+++ b/lib/HTML/FormFu/Constraint/Printable.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::Printable;
-$HTML::FormFu::Constraint::Printable::VERSION = '2.00';
+$HTML::FormFu::Constraint::Printable::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint::Regex';
 
diff --git a/lib/HTML/FormFu/Constraint/Range.pm b/lib/HTML/FormFu/Constraint/Range.pm
index 1d6420c..02452d3 100644
--- a/lib/HTML/FormFu/Constraint/Range.pm
+++ b/lib/HTML/FormFu/Constraint/Range.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::Range;
-$HTML::FormFu::Constraint::Range::VERSION = '2.00';
+$HTML::FormFu::Constraint::Range::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 use MooseX::Aliases;
diff --git a/lib/HTML/FormFu/Constraint/Regex.pm b/lib/HTML/FormFu/Constraint/Regex.pm
index 90c9629..9a7e0c2 100644
--- a/lib/HTML/FormFu/Constraint/Regex.pm
+++ b/lib/HTML/FormFu/Constraint/Regex.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::Regex;
-$HTML::FormFu::Constraint::Regex::VERSION = '2.00';
+$HTML::FormFu::Constraint::Regex::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Constraint';
diff --git a/lib/HTML/FormFu/Constraint/Repeatable/Any.pm b/lib/HTML/FormFu/Constraint/Repeatable/Any.pm
index e5fc2aa..39cc4ed 100644
--- a/lib/HTML/FormFu/Constraint/Repeatable/Any.pm
+++ b/lib/HTML/FormFu/Constraint/Repeatable/Any.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::Repeatable::Any;
-$HTML::FormFu::Constraint::Repeatable::Any::VERSION = '2.00';
+$HTML::FormFu::Constraint::Repeatable::Any::VERSION = '2.01';
 use Moose;
 
 extends 'HTML::FormFu::Constraint';
diff --git a/lib/HTML/FormFu/Constraint/Required.pm b/lib/HTML/FormFu/Constraint/Required.pm
index 14d5004..d65f1d5 100644
--- a/lib/HTML/FormFu/Constraint/Required.pm
+++ b/lib/HTML/FormFu/Constraint/Required.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::Required;
-$HTML::FormFu::Constraint::Required::VERSION = '2.00';
+$HTML::FormFu::Constraint::Required::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint';
 
diff --git a/lib/HTML/FormFu/Constraint/Set.pm b/lib/HTML/FormFu/Constraint/Set.pm
index 5f1a7a2..6e27124 100644
--- a/lib/HTML/FormFu/Constraint/Set.pm
+++ b/lib/HTML/FormFu/Constraint/Set.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::Set;
-$HTML::FormFu::Constraint::Set::VERSION = '2.00';
+$HTML::FormFu::Constraint::Set::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Constraint';
diff --git a/lib/HTML/FormFu/Constraint/SingleValue.pm b/lib/HTML/FormFu/Constraint/SingleValue.pm
index e7ecf1e..216e17f 100644
--- a/lib/HTML/FormFu/Constraint/SingleValue.pm
+++ b/lib/HTML/FormFu/Constraint/SingleValue.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::SingleValue;
-$HTML::FormFu::Constraint::SingleValue::VERSION = '2.00';
+$HTML::FormFu::Constraint::SingleValue::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint';
 
diff --git a/lib/HTML/FormFu/Constraint/Word.pm b/lib/HTML/FormFu/Constraint/Word.pm
index acb8892..3a9dff7 100644
--- a/lib/HTML/FormFu/Constraint/Word.pm
+++ b/lib/HTML/FormFu/Constraint/Word.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Constraint::Word;
-$HTML::FormFu::Constraint::Word::VERSION = '2.00';
+$HTML::FormFu::Constraint::Word::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Constraint::Regex';
 
diff --git a/lib/HTML/FormFu/Deflator.pm b/lib/HTML/FormFu/Deflator.pm
index 6564ac5..96f2b2a 100644
--- a/lib/HTML/FormFu/Deflator.pm
+++ b/lib/HTML/FormFu/Deflator.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Deflator;
-$HTML::FormFu::Deflator::VERSION = '2.00';
+$HTML::FormFu::Deflator::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Deflator/Callback.pm b/lib/HTML/FormFu/Deflator/Callback.pm
index aa33a4c..0ee263c 100644
--- a/lib/HTML/FormFu/Deflator/Callback.pm
+++ b/lib/HTML/FormFu/Deflator/Callback.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Deflator::Callback;
-$HTML::FormFu::Deflator::Callback::VERSION = '2.00';
+$HTML::FormFu::Deflator::Callback::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Deflator';
diff --git a/lib/HTML/FormFu/Deflator/CompoundDateTime.pm b/lib/HTML/FormFu/Deflator/CompoundDateTime.pm
index 03009ce..aef9e6e 100644
--- a/lib/HTML/FormFu/Deflator/CompoundDateTime.pm
+++ b/lib/HTML/FormFu/Deflator/CompoundDateTime.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Deflator::CompoundDateTime;
-$HTML::FormFu::Deflator::CompoundDateTime::VERSION = '2.00';
+$HTML::FormFu::Deflator::CompoundDateTime::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Deflator';
diff --git a/lib/HTML/FormFu/Deflator/CompoundSplit.pm b/lib/HTML/FormFu/Deflator/CompoundSplit.pm
index 3f3b29c..1629f4e 100644
--- a/lib/HTML/FormFu/Deflator/CompoundSplit.pm
+++ b/lib/HTML/FormFu/Deflator/CompoundSplit.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Deflator::CompoundSplit;
-$HTML::FormFu::Deflator::CompoundSplit::VERSION = '2.00';
+$HTML::FormFu::Deflator::CompoundSplit::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Deflator';
diff --git a/lib/HTML/FormFu/Deflator/FormatNumber.pm b/lib/HTML/FormFu/Deflator/FormatNumber.pm
index 14eedab..e8bc89e 100644
--- a/lib/HTML/FormFu/Deflator/FormatNumber.pm
+++ b/lib/HTML/FormFu/Deflator/FormatNumber.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Deflator::FormatNumber;
-$HTML::FormFu::Deflator::FormatNumber::VERSION = '2.00';
+$HTML::FormFu::Deflator::FormatNumber::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Deflator';
diff --git a/lib/HTML/FormFu/Deflator/PathClassFile.pm b/lib/HTML/FormFu/Deflator/PathClassFile.pm
index 80ddac3..df9f1ff 100644
--- a/lib/HTML/FormFu/Deflator/PathClassFile.pm
+++ b/lib/HTML/FormFu/Deflator/PathClassFile.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Deflator::PathClassFile;
-$HTML::FormFu::Deflator::PathClassFile::VERSION = '2.00';
+$HTML::FormFu::Deflator::PathClassFile::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Deflator';
diff --git a/lib/HTML/FormFu/Deflator/Strftime.pm b/lib/HTML/FormFu/Deflator/Strftime.pm
index 137d0ef..1ea1025 100644
--- a/lib/HTML/FormFu/Deflator/Strftime.pm
+++ b/lib/HTML/FormFu/Deflator/Strftime.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Deflator::Strftime;
-$HTML::FormFu::Deflator::Strftime::VERSION = '2.00';
+$HTML::FormFu::Deflator::Strftime::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Deflator';
diff --git a/lib/HTML/FormFu/Deploy.pm b/lib/HTML/FormFu/Deploy.pm
index aaac9b7..f00a40a 100644
--- a/lib/HTML/FormFu/Deploy.pm
+++ b/lib/HTML/FormFu/Deploy.pm
@@ -1,6 +1,7 @@
 package HTML::FormFu::Deploy;
-$HTML::FormFu::Deploy::VERSION = '2.00';
+$HTML::FormFu::Deploy::VERSION = '2.01';
 use strict;
+use warnings;
 
 use HTML::FormFu::Constants qw( $EMPTY_STR );
 use Cwd qw( getcwd );
diff --git a/lib/HTML/FormFu/Element.pm b/lib/HTML/FormFu/Element.pm
index bee05f6..e68cfd1 100644
--- a/lib/HTML/FormFu/Element.pm
+++ b/lib/HTML/FormFu/Element.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element;
-$HTML::FormFu::Element::VERSION = '2.00';
+$HTML::FormFu::Element::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Element/Blank.pm b/lib/HTML/FormFu/Element/Blank.pm
index cf5e713..1b4bae5 100644
--- a/lib/HTML/FormFu/Element/Blank.pm
+++ b/lib/HTML/FormFu/Element/Blank.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Blank;
-$HTML::FormFu::Element::Blank::VERSION = '2.00';
+$HTML::FormFu::Element::Blank::VERSION = '2.01';
 use Moose;
 
 extends 'HTML::FormFu::Element';
diff --git a/lib/HTML/FormFu/Element/Block.pm b/lib/HTML/FormFu/Element/Block.pm
index 37104be..1794e68 100644
--- a/lib/HTML/FormFu/Element/Block.pm
+++ b/lib/HTML/FormFu/Element/Block.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Block;
-$HTML::FormFu::Element::Block::VERSION = '2.00';
+$HTML::FormFu::Element::Block::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Element/Button.pm b/lib/HTML/FormFu/Element/Button.pm
index e7f508e..30c71db 100644
--- a/lib/HTML/FormFu/Element/Button.pm
+++ b/lib/HTML/FormFu/Element/Button.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Button;
-$HTML::FormFu::Element::Button::VERSION = '2.00';
+$HTML::FormFu::Element::Button::VERSION = '2.01';
 use Moose;
 
 extends 'HTML::FormFu::Element';
diff --git a/lib/HTML/FormFu/Element/Checkbox.pm b/lib/HTML/FormFu/Element/Checkbox.pm
index 7a7ed2f..1ac52de 100644
--- a/lib/HTML/FormFu/Element/Checkbox.pm
+++ b/lib/HTML/FormFu/Element/Checkbox.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Checkbox;
-$HTML::FormFu::Element::Checkbox::VERSION = '2.00';
+$HTML::FormFu::Element::Checkbox::VERSION = '2.01';
 use Moose;
 
 extends 'HTML::FormFu::Element';
diff --git a/lib/HTML/FormFu/Element/Checkboxgroup.pm b/lib/HTML/FormFu/Element/Checkboxgroup.pm
index 0955a50..c4e5ae1 100644
--- a/lib/HTML/FormFu/Element/Checkboxgroup.pm
+++ b/lib/HTML/FormFu/Element/Checkboxgroup.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Checkboxgroup;
-$HTML::FormFu::Element::Checkboxgroup::VERSION = '2.00';
+$HTML::FormFu::Element::Checkboxgroup::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Element';
diff --git a/lib/HTML/FormFu/Element/ComboBox.pm b/lib/HTML/FormFu/Element/ComboBox.pm
index 76e550e..0c2e12e 100644
--- a/lib/HTML/FormFu/Element/ComboBox.pm
+++ b/lib/HTML/FormFu/Element/ComboBox.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::ComboBox;
-$HTML::FormFu::Element::ComboBox::VERSION = '2.00';
+$HTML::FormFu::Element::ComboBox::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Element::Multi';
diff --git a/lib/HTML/FormFu/Element/ContentButton.pm b/lib/HTML/FormFu/Element/ContentButton.pm
index 27dc22a..c321de4 100644
--- a/lib/HTML/FormFu/Element/ContentButton.pm
+++ b/lib/HTML/FormFu/Element/ContentButton.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::ContentButton;
-$HTML::FormFu::Element::ContentButton::VERSION = '2.00';
+$HTML::FormFu::Element::ContentButton::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends "HTML::FormFu::Element";
diff --git a/lib/HTML/FormFu/Element/Date.pm b/lib/HTML/FormFu/Element/Date.pm
index ddd8c5e..6ab1012 100644
--- a/lib/HTML/FormFu/Element/Date.pm
+++ b/lib/HTML/FormFu/Element/Date.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Date;
-$HTML::FormFu::Element::Date::VERSION = '2.00';
+$HTML::FormFu::Element::Date::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Element/DateTime.pm b/lib/HTML/FormFu/Element/DateTime.pm
index 5cf7ca8..9ea82aa 100644
--- a/lib/HTML/FormFu/Element/DateTime.pm
+++ b/lib/HTML/FormFu/Element/DateTime.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::DateTime;
-$HTML::FormFu::Element::DateTime::VERSION = '2.00';
+$HTML::FormFu::Element::DateTime::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Element::Date';
diff --git a/lib/HTML/FormFu/Element/Email.pm b/lib/HTML/FormFu/Element/Email.pm
index d48af5b..7f61a0b 100644
--- a/lib/HTML/FormFu/Element/Email.pm
+++ b/lib/HTML/FormFu/Element/Email.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Email;
-$HTML::FormFu::Element::Email::VERSION = '2.00';
+$HTML::FormFu::Element::Email::VERSION = '2.01';
 use Moose;
 
 extends 'HTML::FormFu::Element';
diff --git a/lib/HTML/FormFu/Element/Fieldset.pm b/lib/HTML/FormFu/Element/Fieldset.pm
index d02ba49..6002974 100644
--- a/lib/HTML/FormFu/Element/Fieldset.pm
+++ b/lib/HTML/FormFu/Element/Fieldset.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Fieldset;
-$HTML::FormFu::Element::Fieldset::VERSION = '2.00';
+$HTML::FormFu::Element::Fieldset::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Element::Block';
 
diff --git a/lib/HTML/FormFu/Element/File.pm b/lib/HTML/FormFu/Element/File.pm
index 42029f1..dac9a1e 100644
--- a/lib/HTML/FormFu/Element/File.pm
+++ b/lib/HTML/FormFu/Element/File.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::File;
-$HTML::FormFu::Element::File::VERSION = '2.00';
+$HTML::FormFu::Element::File::VERSION = '2.01';
 use Moose;
 
 extends 'HTML::FormFu::Element';
diff --git a/lib/HTML/FormFu/Element/Hidden.pm b/lib/HTML/FormFu/Element/Hidden.pm
index ba914d8..d9b247c 100644
--- a/lib/HTML/FormFu/Element/Hidden.pm
+++ b/lib/HTML/FormFu/Element/Hidden.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Hidden;
-$HTML::FormFu::Element::Hidden::VERSION = '2.00';
+$HTML::FormFu::Element::Hidden::VERSION = '2.01';
 use Moose;
 
 extends 'HTML::FormFu::Element';
diff --git a/lib/HTML/FormFu/Element/Hr.pm b/lib/HTML/FormFu/Element/Hr.pm
index 86b051a..ba8c79b 100644
--- a/lib/HTML/FormFu/Element/Hr.pm
+++ b/lib/HTML/FormFu/Element/Hr.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Hr;
-$HTML::FormFu::Element::Hr::VERSION = '2.00';
+$HTML::FormFu::Element::Hr::VERSION = '2.01';
 use Moose;
 
 extends 'HTML::FormFu::Element';
diff --git a/lib/HTML/FormFu/Element/Image.pm b/lib/HTML/FormFu/Element/Image.pm
index 87e1b04..83adc12 100644
--- a/lib/HTML/FormFu/Element/Image.pm
+++ b/lib/HTML/FormFu/Element/Image.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Image;
-$HTML::FormFu::Element::Image::VERSION = '2.00';
+$HTML::FormFu::Element::Image::VERSION = '2.01';
 use Moose;
 
 extends 'HTML::FormFu::Element::Button';
diff --git a/lib/HTML/FormFu/Element/Label.pm b/lib/HTML/FormFu/Element/Label.pm
index 717f4f2..817974b 100644
--- a/lib/HTML/FormFu/Element/Label.pm
+++ b/lib/HTML/FormFu/Element/Label.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Label;
-$HTML::FormFu::Element::Label::VERSION = '2.00';
+$HTML::FormFu::Element::Label::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Element/Multi.pm b/lib/HTML/FormFu/Element/Multi.pm
index 736c474..4ada06f 100644
--- a/lib/HTML/FormFu/Element/Multi.pm
+++ b/lib/HTML/FormFu/Element/Multi.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Multi;
-$HTML::FormFu::Element::Multi::VERSION = '2.00';
+$HTML::FormFu::Element::Multi::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Element::Block';
 
diff --git a/lib/HTML/FormFu/Element/Number.pm b/lib/HTML/FormFu/Element/Number.pm
index f949b14..872d93a 100644
--- a/lib/HTML/FormFu/Element/Number.pm
+++ b/lib/HTML/FormFu/Element/Number.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Number;
-$HTML::FormFu::Element::Number::VERSION = '2.00';
+$HTML::FormFu::Element::Number::VERSION = '2.01';
 use Moose;
 
 extends 'HTML::FormFu::Element::Text';
diff --git a/lib/HTML/FormFu/Element/Password.pm b/lib/HTML/FormFu/Element/Password.pm
index de8dd4d..8e395f7 100644
--- a/lib/HTML/FormFu/Element/Password.pm
+++ b/lib/HTML/FormFu/Element/Password.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Password;
-$HTML::FormFu::Element::Password::VERSION = '2.00';
+$HTML::FormFu::Element::Password::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Element/Radio.pm b/lib/HTML/FormFu/Element/Radio.pm
index 268e586..eb269c5 100644
--- a/lib/HTML/FormFu/Element/Radio.pm
+++ b/lib/HTML/FormFu/Element/Radio.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Radio;
-$HTML::FormFu::Element::Radio::VERSION = '2.00';
+$HTML::FormFu::Element::Radio::VERSION = '2.01';
 use Moose;
 
 extends 'HTML::FormFu::Element::Checkbox';
diff --git a/lib/HTML/FormFu/Element/Radiogroup.pm b/lib/HTML/FormFu/Element/Radiogroup.pm
index cd0dc27..0e1e1a4 100644
--- a/lib/HTML/FormFu/Element/Radiogroup.pm
+++ b/lib/HTML/FormFu/Element/Radiogroup.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Radiogroup;
-$HTML::FormFu::Element::Radiogroup::VERSION = '2.00';
+$HTML::FormFu::Element::Radiogroup::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Element::Checkboxgroup';
 
diff --git a/lib/HTML/FormFu/Element/Repeatable.pm b/lib/HTML/FormFu/Element/Repeatable.pm
index 6a4eff0..d934343 100644
--- a/lib/HTML/FormFu/Element/Repeatable.pm
+++ b/lib/HTML/FormFu/Element/Repeatable.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Repeatable;
-$HTML::FormFu::Element::Repeatable::VERSION = '2.00';
+$HTML::FormFu::Element::Repeatable::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Element::Block';
diff --git a/lib/HTML/FormFu/Element/Reset.pm b/lib/HTML/FormFu/Element/Reset.pm
index c642b9d..f1512c9 100644
--- a/lib/HTML/FormFu/Element/Reset.pm
+++ b/lib/HTML/FormFu/Element/Reset.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Reset;
-$HTML::FormFu::Element::Reset::VERSION = '2.00';
+$HTML::FormFu::Element::Reset::VERSION = '2.01';
 use Moose;
 
 extends 'HTML::FormFu::Element::Button';
diff --git a/lib/HTML/FormFu/Element/Select.pm b/lib/HTML/FormFu/Element/Select.pm
index 70611fa..4e5a545 100644
--- a/lib/HTML/FormFu/Element/Select.pm
+++ b/lib/HTML/FormFu/Element/Select.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Select;
-$HTML::FormFu::Element::Select::VERSION = '2.00';
+$HTML::FormFu::Element::Select::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Element';
 
diff --git a/lib/HTML/FormFu/Element/SimpleTable.pm b/lib/HTML/FormFu/Element/SimpleTable.pm
index 393502f..4156d34 100644
--- a/lib/HTML/FormFu/Element/SimpleTable.pm
+++ b/lib/HTML/FormFu/Element/SimpleTable.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::SimpleTable;
-$HTML::FormFu::Element::SimpleTable::VERSION = '2.00';
+$HTML::FormFu::Element::SimpleTable::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Element::Block';
diff --git a/lib/HTML/FormFu/Element/Src.pm b/lib/HTML/FormFu/Element/Src.pm
index d2360ec..207b940 100644
--- a/lib/HTML/FormFu/Element/Src.pm
+++ b/lib/HTML/FormFu/Element/Src.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Src;
-$HTML::FormFu::Element::Src::VERSION = '2.00';
+$HTML::FormFu::Element::Src::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Element::Block';
 
diff --git a/lib/HTML/FormFu/Element/Submit.pm b/lib/HTML/FormFu/Element/Submit.pm
index 79b38d3..bfb25b9 100644
--- a/lib/HTML/FormFu/Element/Submit.pm
+++ b/lib/HTML/FormFu/Element/Submit.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Submit;
-$HTML::FormFu::Element::Submit::VERSION = '2.00';
+$HTML::FormFu::Element::Submit::VERSION = '2.01';
 use Moose;
 
 extends 'HTML::FormFu::Element::Button';
diff --git a/lib/HTML/FormFu/Element/Text.pm b/lib/HTML/FormFu/Element/Text.pm
index f2a918e..62ff702 100644
--- a/lib/HTML/FormFu/Element/Text.pm
+++ b/lib/HTML/FormFu/Element/Text.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Text;
-$HTML::FormFu::Element::Text::VERSION = '2.00';
+$HTML::FormFu::Element::Text::VERSION = '2.01';
 use Moose;
 
 extends 'HTML::FormFu::Element';
diff --git a/lib/HTML/FormFu/Element/Textarea.pm b/lib/HTML/FormFu/Element/Textarea.pm
index efda0b5..3a9392c 100644
--- a/lib/HTML/FormFu/Element/Textarea.pm
+++ b/lib/HTML/FormFu/Element/Textarea.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::Textarea;
-$HTML::FormFu::Element::Textarea::VERSION = '2.00';
+$HTML::FormFu::Element::Textarea::VERSION = '2.01';
 use Moose;
 
 extends "HTML::FormFu::Element";
diff --git a/lib/HTML/FormFu/Element/URL.pm b/lib/HTML/FormFu/Element/URL.pm
index cb5d602..7118c7f 100644
--- a/lib/HTML/FormFu/Element/URL.pm
+++ b/lib/HTML/FormFu/Element/URL.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Element::URL;
-$HTML::FormFu::Element::URL::VERSION = '2.00';
+$HTML::FormFu::Element::URL::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Exception.pm b/lib/HTML/FormFu/Exception.pm
index f0b90f6..c2b3c6f 100644
--- a/lib/HTML/FormFu/Exception.pm
+++ b/lib/HTML/FormFu/Exception.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Exception;
-$HTML::FormFu::Exception::VERSION = '2.00';
+$HTML::FormFu::Exception::VERSION = '2.01';
 use Moose;
 
 with 'HTML::FormFu::Role::Populate';
diff --git a/lib/HTML/FormFu/Exception/Constraint.pm b/lib/HTML/FormFu/Exception/Constraint.pm
index 403b6d7..3b0414e 100644
--- a/lib/HTML/FormFu/Exception/Constraint.pm
+++ b/lib/HTML/FormFu/Exception/Constraint.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Exception::Constraint;
-$HTML::FormFu::Exception::Constraint::VERSION = '2.00';
+$HTML::FormFu::Exception::Constraint::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Exception::Input';
 
diff --git a/lib/HTML/FormFu/Exception/Inflator.pm b/lib/HTML/FormFu/Exception/Inflator.pm
index 076ea34..9f7ebda 100644
--- a/lib/HTML/FormFu/Exception/Inflator.pm
+++ b/lib/HTML/FormFu/Exception/Inflator.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Exception::Inflator;
-$HTML::FormFu::Exception::Inflator::VERSION = '2.00';
+$HTML::FormFu::Exception::Inflator::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Exception::Input';
 
diff --git a/lib/HTML/FormFu/Exception/Input.pm b/lib/HTML/FormFu/Exception/Input.pm
index e961b8c..418220a 100644
--- a/lib/HTML/FormFu/Exception/Input.pm
+++ b/lib/HTML/FormFu/Exception/Input.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Exception::Input;
-$HTML::FormFu::Exception::Input::VERSION = '2.00';
+$HTML::FormFu::Exception::Input::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Exception';
diff --git a/lib/HTML/FormFu/Exception/Transformer.pm b/lib/HTML/FormFu/Exception/Transformer.pm
index 2355a4c..35fd188 100644
--- a/lib/HTML/FormFu/Exception/Transformer.pm
+++ b/lib/HTML/FormFu/Exception/Transformer.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Exception::Transformer;
-$HTML::FormFu::Exception::Transformer::VERSION = '2.00';
+$HTML::FormFu::Exception::Transformer::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Exception::Input';
 
diff --git a/lib/HTML/FormFu/Exception/Validator.pm b/lib/HTML/FormFu/Exception/Validator.pm
index afc66c8..e5d5ce9 100644
--- a/lib/HTML/FormFu/Exception/Validator.pm
+++ b/lib/HTML/FormFu/Exception/Validator.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Exception::Validator;
-$HTML::FormFu::Exception::Validator::VERSION = '2.00';
+$HTML::FormFu::Exception::Validator::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Exception::Input';
 
diff --git a/lib/HTML/FormFu/FakeQuery.pm b/lib/HTML/FormFu/FakeQuery.pm
index f0cc4d4..8e56e48 100644
--- a/lib/HTML/FormFu/FakeQuery.pm
+++ b/lib/HTML/FormFu/FakeQuery.pm
@@ -1,6 +1,7 @@
 package HTML::FormFu::FakeQuery;
-$HTML::FormFu::FakeQuery::VERSION = '2.00';
+$HTML::FormFu::FakeQuery::VERSION = '2.01';
 use strict;
+use warnings;
 use Scalar::Util qw( reftype );
 use Carp qw( croak );
 
diff --git a/lib/HTML/FormFu/Filter.pm b/lib/HTML/FormFu/Filter.pm
index 1fe7411..4b9cfd8 100644
--- a/lib/HTML/FormFu/Filter.pm
+++ b/lib/HTML/FormFu/Filter.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter;
-$HTML::FormFu::Filter::VERSION = '2.00';
+$HTML::FormFu::Filter::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Filter/Callback.pm b/lib/HTML/FormFu/Filter/Callback.pm
index e1cf6c5..512807b 100644
--- a/lib/HTML/FormFu/Filter/Callback.pm
+++ b/lib/HTML/FormFu/Filter/Callback.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter::Callback;
-$HTML::FormFu::Filter::Callback::VERSION = '2.00';
+$HTML::FormFu::Filter::Callback::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Filter';
diff --git a/lib/HTML/FormFu/Filter/CompoundJoin.pm b/lib/HTML/FormFu/Filter/CompoundJoin.pm
index e413f8a..7d36e12 100644
--- a/lib/HTML/FormFu/Filter/CompoundJoin.pm
+++ b/lib/HTML/FormFu/Filter/CompoundJoin.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter::CompoundJoin;
-$HTML::FormFu::Filter::CompoundJoin::VERSION = '2.00';
+$HTML::FormFu::Filter::CompoundJoin::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Filter';
diff --git a/lib/HTML/FormFu/Filter/CompoundSprintf.pm b/lib/HTML/FormFu/Filter/CompoundSprintf.pm
index 891067c..66158ef 100644
--- a/lib/HTML/FormFu/Filter/CompoundSprintf.pm
+++ b/lib/HTML/FormFu/Filter/CompoundSprintf.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter::CompoundSprintf;
-$HTML::FormFu::Filter::CompoundSprintf::VERSION = '2.00';
+$HTML::FormFu::Filter::CompoundSprintf::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Filter';
diff --git a/lib/HTML/FormFu/Filter/CopyValue.pm b/lib/HTML/FormFu/Filter/CopyValue.pm
index ccc3c44..9015ece 100644
--- a/lib/HTML/FormFu/Filter/CopyValue.pm
+++ b/lib/HTML/FormFu/Filter/CopyValue.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter::CopyValue;
-$HTML::FormFu::Filter::CopyValue::VERSION = '2.00';
+$HTML::FormFu::Filter::CopyValue::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Filter';
diff --git a/lib/HTML/FormFu/Filter/Encode.pm b/lib/HTML/FormFu/Filter/Encode.pm
index 148a519..8595e63 100644
--- a/lib/HTML/FormFu/Filter/Encode.pm
+++ b/lib/HTML/FormFu/Filter/Encode.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter::Encode;
-$HTML::FormFu::Filter::Encode::VERSION = '2.00';
+$HTML::FormFu::Filter::Encode::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Filter';
diff --git a/lib/HTML/FormFu/Filter/ForceListValue.pm b/lib/HTML/FormFu/Filter/ForceListValue.pm
index 70db889..c3ed358 100644
--- a/lib/HTML/FormFu/Filter/ForceListValue.pm
+++ b/lib/HTML/FormFu/Filter/ForceListValue.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter::ForceListValue;
-$HTML::FormFu::Filter::ForceListValue::VERSION = '2.00';
+$HTML::FormFu::Filter::ForceListValue::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Filter';
 
@@ -18,7 +18,7 @@ sub process {
 
 =head1 NAME
 
-HTML::FormFu::Filter::ForceListValue
+HTML::FormFu::Filter::ForceListValue - convert a single value into a 1-item-list
 
 =head1 SYNOPSIS
 
diff --git a/lib/HTML/FormFu/Filter/FormatNumber.pm b/lib/HTML/FormFu/Filter/FormatNumber.pm
index e8ea82d..ac5a484 100644
--- a/lib/HTML/FormFu/Filter/FormatNumber.pm
+++ b/lib/HTML/FormFu/Filter/FormatNumber.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter::FormatNumber;
-$HTML::FormFu::Filter::FormatNumber::VERSION = '2.00';
+$HTML::FormFu::Filter::FormatNumber::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Filter';
 
diff --git a/lib/HTML/FormFu/Filter/HTMLEscape.pm b/lib/HTML/FormFu/Filter/HTMLEscape.pm
index 0ce3f47..5fe5ef2 100644
--- a/lib/HTML/FormFu/Filter/HTMLEscape.pm
+++ b/lib/HTML/FormFu/Filter/HTMLEscape.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter::HTMLEscape;
-$HTML::FormFu::Filter::HTMLEscape::VERSION = '2.00';
+$HTML::FormFu::Filter::HTMLEscape::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Filter';
 
diff --git a/lib/HTML/FormFu/Filter/HTMLScrubber.pm b/lib/HTML/FormFu/Filter/HTMLScrubber.pm
index 331c7df..e4bec98 100644
--- a/lib/HTML/FormFu/Filter/HTMLScrubber.pm
+++ b/lib/HTML/FormFu/Filter/HTMLScrubber.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter::HTMLScrubber;
-$HTML::FormFu::Filter::HTMLScrubber::VERSION = '2.00';
+$HTML::FormFu::Filter::HTMLScrubber::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Filter';
diff --git a/lib/HTML/FormFu/Filter/LowerCase.pm b/lib/HTML/FormFu/Filter/LowerCase.pm
index 034ba7c..8d71ae3 100644
--- a/lib/HTML/FormFu/Filter/LowerCase.pm
+++ b/lib/HTML/FormFu/Filter/LowerCase.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter::LowerCase;
-$HTML::FormFu::Filter::LowerCase::VERSION = '2.00';
+$HTML::FormFu::Filter::LowerCase::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Filter';
 
diff --git a/lib/HTML/FormFu/Filter/NonNumeric.pm b/lib/HTML/FormFu/Filter/NonNumeric.pm
index 01077c9..a1ec899 100644
--- a/lib/HTML/FormFu/Filter/NonNumeric.pm
+++ b/lib/HTML/FormFu/Filter/NonNumeric.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter::NonNumeric;
-$HTML::FormFu::Filter::NonNumeric::VERSION = '2.00';
+$HTML::FormFu::Filter::NonNumeric::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Filter::Regex';
 
diff --git a/lib/HTML/FormFu/Filter/Regex.pm b/lib/HTML/FormFu/Filter/Regex.pm
index 27eb006..00cb279 100644
--- a/lib/HTML/FormFu/Filter/Regex.pm
+++ b/lib/HTML/FormFu/Filter/Regex.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter::Regex;
-$HTML::FormFu::Filter::Regex::VERSION = '2.00';
+$HTML::FormFu::Filter::Regex::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Filter';
diff --git a/lib/HTML/FormFu/Filter/Split.pm b/lib/HTML/FormFu/Filter/Split.pm
index 2a736ce..be47c7f 100644
--- a/lib/HTML/FormFu/Filter/Split.pm
+++ b/lib/HTML/FormFu/Filter/Split.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter::Split;
-$HTML::FormFu::Filter::Split::VERSION = '2.00';
+$HTML::FormFu::Filter::Split::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Filter';
diff --git a/lib/HTML/FormFu/Filter/TrimEdges.pm b/lib/HTML/FormFu/Filter/TrimEdges.pm
index 345d28c..d48cf45 100644
--- a/lib/HTML/FormFu/Filter/TrimEdges.pm
+++ b/lib/HTML/FormFu/Filter/TrimEdges.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter::TrimEdges;
-$HTML::FormFu::Filter::TrimEdges::VERSION = '2.00';
+$HTML::FormFu::Filter::TrimEdges::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Filter';
 
diff --git a/lib/HTML/FormFu/Filter/UpperCase.pm b/lib/HTML/FormFu/Filter/UpperCase.pm
index b838567..378163d 100644
--- a/lib/HTML/FormFu/Filter/UpperCase.pm
+++ b/lib/HTML/FormFu/Filter/UpperCase.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter::UpperCase;
-$HTML::FormFu::Filter::UpperCase::VERSION = '2.00';
+$HTML::FormFu::Filter::UpperCase::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Filter';
 
diff --git a/lib/HTML/FormFu/Filter/Whitespace.pm b/lib/HTML/FormFu/Filter/Whitespace.pm
index 3e6a274..1422986 100644
--- a/lib/HTML/FormFu/Filter/Whitespace.pm
+++ b/lib/HTML/FormFu/Filter/Whitespace.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Filter::Whitespace;
-$HTML::FormFu::Filter::Whitespace::VERSION = '2.00';
+$HTML::FormFu::Filter::Whitespace::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Filter::Regex';
 
diff --git a/lib/HTML/FormFu/I18N.pm b/lib/HTML/FormFu/I18N.pm
index 1e53706..4488aca 100644
--- a/lib/HTML/FormFu/I18N.pm
+++ b/lib/HTML/FormFu/I18N.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N;
-$HTML::FormFu::I18N::VERSION = '2.00';
+$HTML::FormFu::I18N::VERSION = '2.01';
 use Moose;
 
 extends 'Locale::Maketext';
diff --git a/lib/HTML/FormFu/I18N/bg.pm b/lib/HTML/FormFu/I18N/bg.pm
index 877c763..9c5c00a 100644
--- a/lib/HTML/FormFu/I18N/bg.pm
+++ b/lib/HTML/FormFu/I18N/bg.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::bg;
-$HTML::FormFu::I18N::bg::VERSION = '2.00';
+$HTML::FormFu::I18N::bg::VERSION = '2.01';
 use utf8;
 
 use Moose;
diff --git a/lib/HTML/FormFu/I18N/cs.pm b/lib/HTML/FormFu/I18N/cs.pm
index 25fc41d..3e32206 100644
--- a/lib/HTML/FormFu/I18N/cs.pm
+++ b/lib/HTML/FormFu/I18N/cs.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::cs;
-$HTML::FormFu::I18N::cs::VERSION = '2.00';
+$HTML::FormFu::I18N::cs::VERSION = '2.01';
 use utf8;
 
 use Moose;
diff --git a/lib/HTML/FormFu/I18N/da.pm b/lib/HTML/FormFu/I18N/da.pm
index f186ebb..502d47f 100644
--- a/lib/HTML/FormFu/I18N/da.pm
+++ b/lib/HTML/FormFu/I18N/da.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::da;
-$HTML::FormFu::I18N::da::VERSION = '2.00';
+$HTML::FormFu::I18N::da::VERSION = '2.01';
 use utf8;
 
 use Moose;
diff --git a/lib/HTML/FormFu/I18N/de.pm b/lib/HTML/FormFu/I18N/de.pm
index 1812621..fa756e9 100644
--- a/lib/HTML/FormFu/I18N/de.pm
+++ b/lib/HTML/FormFu/I18N/de.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::de;
-$HTML::FormFu::I18N::de::VERSION = '2.00';
+$HTML::FormFu::I18N::de::VERSION = '2.01';
 use utf8;
 
 use Moose;
diff --git a/lib/HTML/FormFu/I18N/en.pm b/lib/HTML/FormFu/I18N/en.pm
index 6c0b535..5333ca3 100644
--- a/lib/HTML/FormFu/I18N/en.pm
+++ b/lib/HTML/FormFu/I18N/en.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::en;
-$HTML::FormFu::I18N::en::VERSION = '2.00';
+$HTML::FormFu::I18N::en::VERSION = '2.01';
 use utf8;
 
 use Moose;
diff --git a/lib/HTML/FormFu/I18N/es.pm b/lib/HTML/FormFu/I18N/es.pm
index e1ba339..c72bb91 100644
--- a/lib/HTML/FormFu/I18N/es.pm
+++ b/lib/HTML/FormFu/I18N/es.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::es;
-$HTML::FormFu::I18N::es::VERSION = '2.00';
+$HTML::FormFu::I18N::es::VERSION = '2.01';
 use utf8;
 
 use Moose;
diff --git a/lib/HTML/FormFu/I18N/fr.pm b/lib/HTML/FormFu/I18N/fr.pm
index e86edeb..532bd98 100644
--- a/lib/HTML/FormFu/I18N/fr.pm
+++ b/lib/HTML/FormFu/I18N/fr.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::fr;
-$HTML::FormFu::I18N::fr::VERSION = '2.00';
+$HTML::FormFu::I18N::fr::VERSION = '2.01';
 use utf8;
 
 use Moose;
diff --git a/lib/HTML/FormFu/I18N/hu.pm b/lib/HTML/FormFu/I18N/hu.pm
index 7a0ab61..4755224 100644
--- a/lib/HTML/FormFu/I18N/hu.pm
+++ b/lib/HTML/FormFu/I18N/hu.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::hu;
-$HTML::FormFu::I18N::hu::VERSION = '2.00';
+$HTML::FormFu::I18N::hu::VERSION = '2.01';
 use Moose;
 use utf8;
 
diff --git a/lib/HTML/FormFu/I18N/it.pm b/lib/HTML/FormFu/I18N/it.pm
index d3aa114..cccd47a 100644
--- a/lib/HTML/FormFu/I18N/it.pm
+++ b/lib/HTML/FormFu/I18N/it.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::it;
-$HTML::FormFu::I18N::it::VERSION = '2.00';
+$HTML::FormFu::I18N::it::VERSION = '2.01';
 use utf8;
 
 use Moose;
diff --git a/lib/HTML/FormFu/I18N/ja.pm b/lib/HTML/FormFu/I18N/ja.pm
index 6b820e9..a4a6580 100644
--- a/lib/HTML/FormFu/I18N/ja.pm
+++ b/lib/HTML/FormFu/I18N/ja.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::ja;
-$HTML::FormFu::I18N::ja::VERSION = '2.00';
+$HTML::FormFu::I18N::ja::VERSION = '2.01';
 use utf8;
 
 use Moose;
diff --git a/lib/HTML/FormFu/I18N/no.pm b/lib/HTML/FormFu/I18N/no.pm
index 7eaa872..ec763c9 100644
--- a/lib/HTML/FormFu/I18N/no.pm
+++ b/lib/HTML/FormFu/I18N/no.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::no;
-$HTML::FormFu::I18N::no::VERSION = '2.00';
+$HTML::FormFu::I18N::no::VERSION = '2.01';
 use utf8;
 
 use Moose;
diff --git a/lib/HTML/FormFu/I18N/pt_br.pm b/lib/HTML/FormFu/I18N/pt_br.pm
index 43b3c28..3be6e34 100644
--- a/lib/HTML/FormFu/I18N/pt_br.pm
+++ b/lib/HTML/FormFu/I18N/pt_br.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::pt_br;
-$HTML::FormFu::I18N::pt_br::VERSION = '2.00';
+$HTML::FormFu::I18N::pt_br::VERSION = '2.01';
 use utf8;
 
 use Moose;
diff --git a/lib/HTML/FormFu/I18N/pt_pt.pm b/lib/HTML/FormFu/I18N/pt_pt.pm
index 5403113..a97041d 100644
--- a/lib/HTML/FormFu/I18N/pt_pt.pm
+++ b/lib/HTML/FormFu/I18N/pt_pt.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::pt_pt;
-$HTML::FormFu::I18N::pt_pt::VERSION = '2.00';
+$HTML::FormFu::I18N::pt_pt::VERSION = '2.01';
 use utf8;
 
 use Moose;
diff --git a/lib/HTML/FormFu/I18N/ro.pm b/lib/HTML/FormFu/I18N/ro.pm
index 9459b1c..8e9ab6e 100644
--- a/lib/HTML/FormFu/I18N/ro.pm
+++ b/lib/HTML/FormFu/I18N/ro.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::ro;
-$HTML::FormFu::I18N::ro::VERSION = '2.00';
+$HTML::FormFu::I18N::ro::VERSION = '2.01';
 use utf8;
 
 use Moose;
diff --git a/lib/HTML/FormFu/I18N/ru.pm b/lib/HTML/FormFu/I18N/ru.pm
index 3cbc0b9..7b79e30 100644
--- a/lib/HTML/FormFu/I18N/ru.pm
+++ b/lib/HTML/FormFu/I18N/ru.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::ru;
-$HTML::FormFu::I18N::ru::VERSION = '2.00';
+$HTML::FormFu::I18N::ru::VERSION = '2.01';
 use utf8;
 
 use Moose;
diff --git a/lib/HTML/FormFu/I18N/ua.pm b/lib/HTML/FormFu/I18N/ua.pm
index c2fb590..42d298a 100644
--- a/lib/HTML/FormFu/I18N/ua.pm
+++ b/lib/HTML/FormFu/I18N/ua.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::ua;
-$HTML::FormFu::I18N::ua::VERSION = '2.00';
+$HTML::FormFu::I18N::ua::VERSION = '2.01';
 use utf8;
 
 use Moose;
diff --git a/lib/HTML/FormFu/I18N/zh_cn.pm b/lib/HTML/FormFu/I18N/zh_cn.pm
index 2b0d8ab..4001489 100644
--- a/lib/HTML/FormFu/I18N/zh_cn.pm
+++ b/lib/HTML/FormFu/I18N/zh_cn.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::I18N::zh_cn;
-$HTML::FormFu::I18N::zh_cn::VERSION = '2.00';
+$HTML::FormFu::I18N::zh_cn::VERSION = '2.01';
 use utf8;
 
 use Moose;
diff --git a/lib/HTML/FormFu/Inflator.pm b/lib/HTML/FormFu/Inflator.pm
index dfeee6e..3476a12 100644
--- a/lib/HTML/FormFu/Inflator.pm
+++ b/lib/HTML/FormFu/Inflator.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Inflator;
-$HTML::FormFu::Inflator::VERSION = '2.00';
+$HTML::FormFu::Inflator::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Processor';
 
diff --git a/lib/HTML/FormFu/Inflator/Callback.pm b/lib/HTML/FormFu/Inflator/Callback.pm
index 5c8b983..8746f6c 100644
--- a/lib/HTML/FormFu/Inflator/Callback.pm
+++ b/lib/HTML/FormFu/Inflator/Callback.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Inflator::Callback;
-$HTML::FormFu::Inflator::Callback::VERSION = '2.00';
+$HTML::FormFu::Inflator::Callback::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Inflator';
diff --git a/lib/HTML/FormFu/Inflator/CompoundDateTime.pm b/lib/HTML/FormFu/Inflator/CompoundDateTime.pm
index 2f090f6..49091e0 100644
--- a/lib/HTML/FormFu/Inflator/CompoundDateTime.pm
+++ b/lib/HTML/FormFu/Inflator/CompoundDateTime.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Inflator::CompoundDateTime;
-$HTML::FormFu::Inflator::CompoundDateTime::VERSION = '2.00';
+$HTML::FormFu::Inflator::CompoundDateTime::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Inflator';
diff --git a/lib/HTML/FormFu/Inflator/DateTime.pm b/lib/HTML/FormFu/Inflator/DateTime.pm
index f36fb52..6a6e72d 100644
--- a/lib/HTML/FormFu/Inflator/DateTime.pm
+++ b/lib/HTML/FormFu/Inflator/DateTime.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Inflator::DateTime;
-$HTML::FormFu::Inflator::DateTime::VERSION = '2.00';
+$HTML::FormFu::Inflator::DateTime::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Inflator';
diff --git a/lib/HTML/FormFu/Literal.pm b/lib/HTML/FormFu/Literal.pm
index cfcd9a1..64e1b2d 100644
--- a/lib/HTML/FormFu/Literal.pm
+++ b/lib/HTML/FormFu/Literal.pm
@@ -1,6 +1,7 @@
 package HTML::FormFu::Literal;
-$HTML::FormFu::Literal::VERSION = '2.00';
+$HTML::FormFu::Literal::VERSION = '2.01';
 use strict;
+use warnings;
 use HTML::FormFu::Constants qw( $EMPTY_STR );
 
 use overload
diff --git a/lib/HTML/FormFu/Localize.pm b/lib/HTML/FormFu/Localize.pm
index 1265f32..d73b337 100644
--- a/lib/HTML/FormFu/Localize.pm
+++ b/lib/HTML/FormFu/Localize.pm
@@ -1,6 +1,7 @@
 package HTML::FormFu::Localize;
-$HTML::FormFu::Localize::VERSION = '2.00';
+$HTML::FormFu::Localize::VERSION = '2.01';
 use strict;
+use warnings;
 
 use HTML::FormFu::Util qw( require_class );
 use List::MoreUtils qw( any );
diff --git a/lib/HTML/FormFu/Model.pm b/lib/HTML/FormFu/Model.pm
index d48f95a..9424bfe 100644
--- a/lib/HTML/FormFu/Model.pm
+++ b/lib/HTML/FormFu/Model.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Model;
-$HTML::FormFu::Model::VERSION = '2.00';
+$HTML::FormFu::Model::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Model/HashRef.pm b/lib/HTML/FormFu/Model/HashRef.pm
index 3753bdf..9fb8349 100644
--- a/lib/HTML/FormFu/Model/HashRef.pm
+++ b/lib/HTML/FormFu/Model/HashRef.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Model::HashRef;
-$HTML::FormFu::Model::HashRef::VERSION = '2.00';
+$HTML::FormFu::Model::HashRef::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/ObjectUtil.pm b/lib/HTML/FormFu/ObjectUtil.pm
index d1aa1ae..4b11f60 100644
--- a/lib/HTML/FormFu/ObjectUtil.pm
+++ b/lib/HTML/FormFu/ObjectUtil.pm
@@ -1,6 +1,7 @@
 package HTML::FormFu::ObjectUtil;
-$HTML::FormFu::ObjectUtil::VERSION = '2.00';
+$HTML::FormFu::ObjectUtil::VERSION = '2.01';
 use strict;
+use warnings;
 use Exporter qw( import );
 
 use HTML::FormFu::Util qw(
diff --git a/lib/HTML/FormFu/OutputProcessor.pm b/lib/HTML/FormFu/OutputProcessor.pm
index 89db668..2ffadb6 100644
--- a/lib/HTML/FormFu/OutputProcessor.pm
+++ b/lib/HTML/FormFu/OutputProcessor.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::OutputProcessor;
-$HTML::FormFu::OutputProcessor::VERSION = '2.00';
+$HTML::FormFu::OutputProcessor::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/OutputProcessor/Indent.pm b/lib/HTML/FormFu/OutputProcessor/Indent.pm
index 7643a03..4d24e41 100644
--- a/lib/HTML/FormFu/OutputProcessor/Indent.pm
+++ b/lib/HTML/FormFu/OutputProcessor/Indent.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::OutputProcessor::Indent;
-$HTML::FormFu::OutputProcessor::Indent::VERSION = '2.00';
+$HTML::FormFu::OutputProcessor::Indent::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::OutputProcessor';
diff --git a/lib/HTML/FormFu/OutputProcessor/StripWhitespace.pm b/lib/HTML/FormFu/OutputProcessor/StripWhitespace.pm
index b78ce24..9e7a083 100644
--- a/lib/HTML/FormFu/OutputProcessor/StripWhitespace.pm
+++ b/lib/HTML/FormFu/OutputProcessor/StripWhitespace.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::OutputProcessor::StripWhitespace;
-$HTML::FormFu::OutputProcessor::StripWhitespace::VERSION = '2.00';
+$HTML::FormFu::OutputProcessor::StripWhitespace::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::OutputProcessor';
@@ -120,7 +120,7 @@ sub process {
 __PACKAGE__->meta->make_immutable;
 
 package HTML::FormFu::OutputProcessor::StripWhitespace::_iter;
-$HTML::FormFu::OutputProcessor::StripWhitespace::_iter::VERSION = '2.00';
+$HTML::FormFu::OutputProcessor::StripWhitespace::_iter::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Plugin.pm b/lib/HTML/FormFu/Plugin.pm
index d06a3b1..e58017e 100644
--- a/lib/HTML/FormFu/Plugin.pm
+++ b/lib/HTML/FormFu/Plugin.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Plugin;
-$HTML::FormFu::Plugin::VERSION = '2.00';
+$HTML::FormFu::Plugin::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Plugin/StashValid.pm b/lib/HTML/FormFu/Plugin/StashValid.pm
index 42b3d0b..10e43ae 100644
--- a/lib/HTML/FormFu/Plugin/StashValid.pm
+++ b/lib/HTML/FormFu/Plugin/StashValid.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Plugin::StashValid;
-$HTML::FormFu::Plugin::StashValid::VERSION = '2.00';
+$HTML::FormFu::Plugin::StashValid::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Plugin';
 
diff --git a/lib/HTML/FormFu/Preload.pm b/lib/HTML/FormFu/Preload.pm
index c2dbc71..aff3066 100644
--- a/lib/HTML/FormFu/Preload.pm
+++ b/lib/HTML/FormFu/Preload.pm
@@ -1,6 +1,7 @@
 package HTML::FormFu::Preload;
-$HTML::FormFu::Preload::VERSION = '2.00';
+$HTML::FormFu::Preload::VERSION = '2.01';
 use strict;
+use warnings;
 use HTML::FormFu;
 
 use Module::Pluggable (
diff --git a/lib/HTML/FormFu/Processor.pm b/lib/HTML/FormFu/Processor.pm
index 82ae56e..e6b24e7 100644
--- a/lib/HTML/FormFu/Processor.pm
+++ b/lib/HTML/FormFu/Processor.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Processor;
-$HTML::FormFu::Processor::VERSION = '2.00';
+$HTML::FormFu::Processor::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/QueryType/CGI.pm b/lib/HTML/FormFu/QueryType/CGI.pm
index 05c64f6..22c0448 100644
--- a/lib/HTML/FormFu/QueryType/CGI.pm
+++ b/lib/HTML/FormFu/QueryType/CGI.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::QueryType::CGI;
-$HTML::FormFu::QueryType::CGI::VERSION = '2.00';
+$HTML::FormFu::QueryType::CGI::VERSION = '2.01';
 use Moose;
 
 extends 'HTML::FormFu::Upload';
diff --git a/lib/HTML/FormFu/QueryType/CGI/Simple.pm b/lib/HTML/FormFu/QueryType/CGI/Simple.pm
index 1d7876d..cd04b8a 100644
--- a/lib/HTML/FormFu/QueryType/CGI/Simple.pm
+++ b/lib/HTML/FormFu/QueryType/CGI/Simple.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::QueryType::CGI::Simple;
-$HTML::FormFu::QueryType::CGI::Simple::VERSION = '2.00';
+$HTML::FormFu::QueryType::CGI::Simple::VERSION = '2.01';
 use Moose;
 
 extends 'HTML::FormFu::QueryType::CGI';
diff --git a/lib/HTML/FormFu/QueryType/Catalyst.pm b/lib/HTML/FormFu/QueryType/Catalyst.pm
index 3369c8c..70390e2 100644
--- a/lib/HTML/FormFu/QueryType/Catalyst.pm
+++ b/lib/HTML/FormFu/QueryType/Catalyst.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::QueryType::Catalyst;
-$HTML::FormFu::QueryType::Catalyst::VERSION = '2.00';
+$HTML::FormFu::QueryType::Catalyst::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Role/Constraint/Others.pm b/lib/HTML/FormFu/Role/Constraint/Others.pm
index dc204f1..293e760 100644
--- a/lib/HTML/FormFu/Role/Constraint/Others.pm
+++ b/lib/HTML/FormFu/Role/Constraint/Others.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::Constraint::Others;
-$HTML::FormFu::Role::Constraint::Others::VERSION = '2.00';
+$HTML::FormFu::Role::Constraint::Others::VERSION = '2.01';
 use Moose::Role;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Role/ContainsElements.pm b/lib/HTML/FormFu/Role/ContainsElements.pm
index e739843..da9fd11 100644
--- a/lib/HTML/FormFu/Role/ContainsElements.pm
+++ b/lib/HTML/FormFu/Role/ContainsElements.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::ContainsElements;
-$HTML::FormFu::Role::ContainsElements::VERSION = '2.00';
+$HTML::FormFu::Role::ContainsElements::VERSION = '2.01';
 use Moose::Role;
 
 use HTML::FormFu::Util qw(
diff --git a/lib/HTML/FormFu/Role/ContainsElementsSharedWithField.pm b/lib/HTML/FormFu/Role/ContainsElementsSharedWithField.pm
index a5ab602..ae920bc 100644
--- a/lib/HTML/FormFu/Role/ContainsElementsSharedWithField.pm
+++ b/lib/HTML/FormFu/Role/ContainsElementsSharedWithField.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::ContainsElementsSharedWithField;
-$HTML::FormFu::Role::ContainsElementsSharedWithField::VERSION = '2.00';
+$HTML::FormFu::Role::ContainsElementsSharedWithField::VERSION = '2.01';
 use Moose::Role;
 
 use HTML::FormFu::Util qw(
diff --git a/lib/HTML/FormFu/Role/CreateChildren.pm b/lib/HTML/FormFu/Role/CreateChildren.pm
index a393004..e19ac51 100644
--- a/lib/HTML/FormFu/Role/CreateChildren.pm
+++ b/lib/HTML/FormFu/Role/CreateChildren.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::CreateChildren;
-$HTML::FormFu::Role::CreateChildren::VERSION = '2.00';
+$HTML::FormFu::Role::CreateChildren::VERSION = '2.01';
 use Moose::Role;
 
 use HTML::FormFu::Util qw( _merge_hashes require_class );
diff --git a/lib/HTML/FormFu/Role/CustomRoles.pm b/lib/HTML/FormFu/Role/CustomRoles.pm
index c02814a..786e579 100644
--- a/lib/HTML/FormFu/Role/CustomRoles.pm
+++ b/lib/HTML/FormFu/Role/CustomRoles.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::CustomRoles;
-$HTML::FormFu::Role::CustomRoles::VERSION = '2.00';
+$HTML::FormFu::Role::CustomRoles::VERSION = '2.01';
 use Moose::Role;
 use Moose::Util qw( ensure_all_roles );
 
diff --git a/lib/HTML/FormFu/Role/Element/Coercible.pm b/lib/HTML/FormFu/Role/Element/Coercible.pm
index 11c4ade..640076d 100644
--- a/lib/HTML/FormFu/Role/Element/Coercible.pm
+++ b/lib/HTML/FormFu/Role/Element/Coercible.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::Element::Coercible;
-$HTML::FormFu::Role::Element::Coercible::VERSION = '2.00';
+$HTML::FormFu::Role::Element::Coercible::VERSION = '2.01';
 use Moose::Role;
 
 use Carp qw( croak );
diff --git a/lib/HTML/FormFu/Role/Element/Field.pm b/lib/HTML/FormFu/Role/Element/Field.pm
index 6065ae3..fe14f51 100644
--- a/lib/HTML/FormFu/Role/Element/Field.pm
+++ b/lib/HTML/FormFu/Role/Element/Field.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::Element::Field;
-$HTML::FormFu::Role::Element::Field::VERSION = '2.00';
+$HTML::FormFu::Role::Element::Field::VERSION = '2.01';
 use Moose::Role;
 use MooseX::Aliases;
 use MooseX::Attribute::FormFuChained;
diff --git a/lib/HTML/FormFu/Role/Element/FieldMethods.pm b/lib/HTML/FormFu/Role/Element/FieldMethods.pm
index c3b406d..92332e4 100644
--- a/lib/HTML/FormFu/Role/Element/FieldMethods.pm
+++ b/lib/HTML/FormFu/Role/Element/FieldMethods.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::Element::FieldMethods;
-$HTML::FormFu::Role::Element::FieldMethods::VERSION = '2.00';
+$HTML::FormFu::Role::Element::FieldMethods::VERSION = '2.01';
 use Moose::Role;
 
 use Carp qw( croak );
diff --git a/lib/HTML/FormFu/Role/Element/Group.pm b/lib/HTML/FormFu/Role/Element/Group.pm
index 6464251..a759a42 100644
--- a/lib/HTML/FormFu/Role/Element/Group.pm
+++ b/lib/HTML/FormFu/Role/Element/Group.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::Element::Group;
-$HTML::FormFu::Role::Element::Group::VERSION = '2.00';
+$HTML::FormFu::Role::Element::Group::VERSION = '2.01';
 use Moose::Role;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Role/Element/Input.pm b/lib/HTML/FormFu/Role/Element/Input.pm
index 79fba71..21bd5c5 100644
--- a/lib/HTML/FormFu/Role/Element/Input.pm
+++ b/lib/HTML/FormFu/Role/Element/Input.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::Element::Input;
-$HTML::FormFu::Role::Element::Input::VERSION = '2.00';
+$HTML::FormFu::Role::Element::Input::VERSION = '2.01';
 use Moose::Role;
 
 with 'HTML::FormFu::Role::Element::Field',
diff --git a/lib/HTML/FormFu/Role/Element/Layout.pm b/lib/HTML/FormFu/Role/Element/Layout.pm
index a20f345..4bb0a82 100644
--- a/lib/HTML/FormFu/Role/Element/Layout.pm
+++ b/lib/HTML/FormFu/Role/Element/Layout.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::Element::Layout;
-$HTML::FormFu::Role::Element::Layout::VERSION = '2.00';
+$HTML::FormFu::Role::Element::Layout::VERSION = '2.01';
 use Moose::Role;
 use MooseX::Attribute::FormFuChained;
 
@@ -247,7 +247,9 @@ sub _parse_layout_label {
     my $self   = shift;
     my $render = shift;
 
-    return "" unless exists $render->{label} && length $render->{label};
+    return "" unless exists $render->{label}
+        && defined $render->{label}
+        && length $render->{label};
 
     if ( @_ ) {
         my ( $tag, @content ) = @_;
diff --git a/lib/HTML/FormFu/Role/Element/MultiElement.pm b/lib/HTML/FormFu/Role/Element/MultiElement.pm
index 3c0a699..9fe9ad2 100644
--- a/lib/HTML/FormFu/Role/Element/MultiElement.pm
+++ b/lib/HTML/FormFu/Role/Element/MultiElement.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::Element::MultiElement;
-$HTML::FormFu::Role::Element::MultiElement::VERSION = '2.00';
+$HTML::FormFu::Role::Element::MultiElement::VERSION = '2.01';
 use Moose::Role;
 
 use Carp qw( croak );
diff --git a/lib/HTML/FormFu/Role/Element/NonBlock.pm b/lib/HTML/FormFu/Role/Element/NonBlock.pm
index a47cabf..f0bec8b 100644
--- a/lib/HTML/FormFu/Role/Element/NonBlock.pm
+++ b/lib/HTML/FormFu/Role/Element/NonBlock.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::Element::NonBlock;
-$HTML::FormFu::Role::Element::NonBlock::VERSION = '2.00';
+$HTML::FormFu::Role::Element::NonBlock::VERSION = '2.01';
 use Moose::Role;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Role/Element/ProcessOptionsFromModel.pm b/lib/HTML/FormFu/Role/Element/ProcessOptionsFromModel.pm
index 364f6a3..60f52b6 100644
--- a/lib/HTML/FormFu/Role/Element/ProcessOptionsFromModel.pm
+++ b/lib/HTML/FormFu/Role/Element/ProcessOptionsFromModel.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::Element::ProcessOptionsFromModel;
-$HTML::FormFu::Role::Element::ProcessOptionsFromModel::VERSION = '2.00';
+$HTML::FormFu::Role::Element::ProcessOptionsFromModel::VERSION = '2.01';
 use Moose::Role;
 
 sub _process_options_from_model {
diff --git a/lib/HTML/FormFu/Role/Element/SingleValueField.pm b/lib/HTML/FormFu/Role/Element/SingleValueField.pm
index 2dfa097..61d6cac 100644
--- a/lib/HTML/FormFu/Role/Element/SingleValueField.pm
+++ b/lib/HTML/FormFu/Role/Element/SingleValueField.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::Element::SingleValueField;
-$HTML::FormFu::Role::Element::SingleValueField::VERSION = '2.00';
+$HTML::FormFu::Role::Element::SingleValueField::VERSION = '2.01';
 use Moose::Role;
 
 use Carp qw( croak );
diff --git a/lib/HTML/FormFu/Role/Filter/Compound.pm b/lib/HTML/FormFu/Role/Filter/Compound.pm
index 8663356..7034cde 100644
--- a/lib/HTML/FormFu/Role/Filter/Compound.pm
+++ b/lib/HTML/FormFu/Role/Filter/Compound.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::Filter::Compound;
-$HTML::FormFu::Role::Filter::Compound::VERSION = '2.00';
+$HTML::FormFu::Role::Filter::Compound::VERSION = '2.01';
 use Moose::Role;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Role/FormAndBlockMethods.pm b/lib/HTML/FormFu/Role/FormAndBlockMethods.pm
index 141f336..2755515 100644
--- a/lib/HTML/FormFu/Role/FormAndBlockMethods.pm
+++ b/lib/HTML/FormFu/Role/FormAndBlockMethods.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::FormAndBlockMethods;
-$HTML::FormFu::Role::FormAndBlockMethods::VERSION = '2.00';
+$HTML::FormFu::Role::FormAndBlockMethods::VERSION = '2.01';
 use Moose::Role;
 
 use HTML::FormFu::Util qw( _merge_hashes );
diff --git a/lib/HTML/FormFu/Role/FormAndElementMethods.pm b/lib/HTML/FormFu/Role/FormAndElementMethods.pm
index 68a790f..6e04f0d 100644
--- a/lib/HTML/FormFu/Role/FormAndElementMethods.pm
+++ b/lib/HTML/FormFu/Role/FormAndElementMethods.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::FormAndElementMethods;
-$HTML::FormFu::Role::FormAndElementMethods::VERSION = '2.00';
+$HTML::FormFu::Role::FormAndElementMethods::VERSION = '2.01';
 use Moose::Role;
 
 use HTML::FormFu::Attribute qw(
diff --git a/lib/HTML/FormFu/Role/FormBlockAndFieldMethods.pm b/lib/HTML/FormFu/Role/FormBlockAndFieldMethods.pm
index 709ea40..d15237f 100644
--- a/lib/HTML/FormFu/Role/FormBlockAndFieldMethods.pm
+++ b/lib/HTML/FormFu/Role/FormBlockAndFieldMethods.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::FormBlockAndFieldMethods;
-$HTML::FormFu::Role::FormBlockAndFieldMethods::VERSION = '2.00';
+$HTML::FormFu::Role::FormBlockAndFieldMethods::VERSION = '2.01';
 use Moose::Role;
 
 use HTML::FormFu::Attribute qw( mk_inherited_accessors );
diff --git a/lib/HTML/FormFu/Role/GetProcessors.pm b/lib/HTML/FormFu/Role/GetProcessors.pm
index 72f1835..62b442e 100644
--- a/lib/HTML/FormFu/Role/GetProcessors.pm
+++ b/lib/HTML/FormFu/Role/GetProcessors.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::GetProcessors;
-$HTML::FormFu::Role::GetProcessors::VERSION = '2.00';
+$HTML::FormFu::Role::GetProcessors::VERSION = '2.01';
 use Moose::Role;
 
 use HTML::FormFu::Util qw(
diff --git a/lib/HTML/FormFu/Role/HasParent.pm b/lib/HTML/FormFu/Role/HasParent.pm
index 63662ab..b69b6f5 100644
--- a/lib/HTML/FormFu/Role/HasParent.pm
+++ b/lib/HTML/FormFu/Role/HasParent.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::HasParent;
-$HTML::FormFu::Role::HasParent::VERSION = '2.00';
+$HTML::FormFu::Role::HasParent::VERSION = '2.01';
 use Moose::Role;
 
 sub BUILD {
diff --git a/lib/HTML/FormFu/Role/NestedHashUtils.pm b/lib/HTML/FormFu/Role/NestedHashUtils.pm
index 1c3baef..b03923a 100644
--- a/lib/HTML/FormFu/Role/NestedHashUtils.pm
+++ b/lib/HTML/FormFu/Role/NestedHashUtils.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::NestedHashUtils;
-$HTML::FormFu::Role::NestedHashUtils::VERSION = '2.00';
+$HTML::FormFu::Role::NestedHashUtils::VERSION = '2.01';
 use Moose::Role;
 
 use HTML::FormFu::Util qw( split_name );
diff --git a/lib/HTML/FormFu/Role/Populate.pm b/lib/HTML/FormFu/Role/Populate.pm
index c8939d8..10ca103 100644
--- a/lib/HTML/FormFu/Role/Populate.pm
+++ b/lib/HTML/FormFu/Role/Populate.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::Populate;
-$HTML::FormFu::Role::Populate::VERSION = '2.00';
+$HTML::FormFu::Role::Populate::VERSION = '2.01';
 use Moose::Role;
 
 use Scalar::Util qw( reftype );
diff --git a/lib/HTML/FormFu/Role/Render.pm b/lib/HTML/FormFu/Role/Render.pm
index 7a2a837..933ea98 100644
--- a/lib/HTML/FormFu/Role/Render.pm
+++ b/lib/HTML/FormFu/Role/Render.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Role::Render;
-$HTML::FormFu::Role::Render::VERSION = '2.00';
+$HTML::FormFu::Role::Render::VERSION = '2.01';
 use HTML::FormFu::Util qw( process_attrs );
 use Carp qw( croak );
 use Scalar::Util qw( reftype );
diff --git a/lib/HTML/FormFu/Transformer.pm b/lib/HTML/FormFu/Transformer.pm
index 19ecdf8..565e235 100644
--- a/lib/HTML/FormFu/Transformer.pm
+++ b/lib/HTML/FormFu/Transformer.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Transformer;
-$HTML::FormFu::Transformer::VERSION = '2.00';
+$HTML::FormFu::Transformer::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Processor';
 
diff --git a/lib/HTML/FormFu/Transformer/Callback.pm b/lib/HTML/FormFu/Transformer/Callback.pm
index 96da89f..7e8521b 100644
--- a/lib/HTML/FormFu/Transformer/Callback.pm
+++ b/lib/HTML/FormFu/Transformer/Callback.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Transformer::Callback;
-$HTML::FormFu::Transformer::Callback::VERSION = '2.00';
+$HTML::FormFu::Transformer::Callback::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Transformer';
diff --git a/lib/HTML/FormFu/Upload.pm b/lib/HTML/FormFu/Upload.pm
index d490b02..ac22b2f 100644
--- a/lib/HTML/FormFu/Upload.pm
+++ b/lib/HTML/FormFu/Upload.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Upload;
-$HTML::FormFu::Upload::VERSION = '2.00';
+$HTML::FormFu::Upload::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/UploadParam.pm b/lib/HTML/FormFu/UploadParam.pm
index f32bed2..746a5f4 100644
--- a/lib/HTML/FormFu/UploadParam.pm
+++ b/lib/HTML/FormFu/UploadParam.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::UploadParam;
-$HTML::FormFu::UploadParam::VERSION = '2.00';
+$HTML::FormFu::UploadParam::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 
diff --git a/lib/HTML/FormFu/Util.pm b/lib/HTML/FormFu/Util.pm
index 97558a9..22385d7 100644
--- a/lib/HTML/FormFu/Util.pm
+++ b/lib/HTML/FormFu/Util.pm
@@ -1,6 +1,7 @@
 package HTML::FormFu::Util;
-$HTML::FormFu::Util::VERSION = '2.00';
+$HTML::FormFu::Util::VERSION = '2.01';
 use strict;
+use warnings;
 
 use HTML::FormFu::Constants qw( $SPACE );
 use HTML::FormFu::Literal;
diff --git a/lib/HTML/FormFu/Validator.pm b/lib/HTML/FormFu/Validator.pm
index 98b649a..b371606 100644
--- a/lib/HTML/FormFu/Validator.pm
+++ b/lib/HTML/FormFu/Validator.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Validator;
-$HTML::FormFu::Validator::VERSION = '2.00';
+$HTML::FormFu::Validator::VERSION = '2.01';
 use Moose;
 extends 'HTML::FormFu::Processor';
 
diff --git a/lib/HTML/FormFu/Validator/Callback.pm b/lib/HTML/FormFu/Validator/Callback.pm
index 4883c2c..8245ba4 100644
--- a/lib/HTML/FormFu/Validator/Callback.pm
+++ b/lib/HTML/FormFu/Validator/Callback.pm
@@ -1,5 +1,5 @@
 package HTML::FormFu::Validator::Callback;
-$HTML::FormFu::Validator::Callback::VERSION = '2.00';
+$HTML::FormFu::Validator::Callback::VERSION = '2.01';
 use Moose;
 use MooseX::Attribute::FormFuChained;
 extends 'HTML::FormFu::Validator';
diff --git a/lib/MooseX/Attribute/FormFuChained.pm b/lib/MooseX/Attribute/FormFuChained.pm
index 19839dd..540fcc9 100644
--- a/lib/MooseX/Attribute/FormFuChained.pm
+++ b/lib/MooseX/Attribute/FormFuChained.pm
@@ -10,7 +10,7 @@
 # the same terms as the Perl 5 programming language system itself.
 #
 package MooseX::Attribute::FormFuChained;
-$MooseX::Attribute::FormFuChained::VERSION = '2.00';
+$MooseX::Attribute::FormFuChained::VERSION = '2.01';
 {
   $MooseX::Attribute::FormFuChained::VERSION = '1.0.1';
 }
@@ -21,7 +21,7 @@ Moose::Util::meta_attribute_alias(
     FormFuChained => 'MooseX::Traits::Attribute::FormFuChained' );
 
 package MooseX::Traits::Attribute::FormFuChained;
-$MooseX::Traits::Attribute::FormFuChained::VERSION = '2.00';
+$MooseX::Traits::Attribute::FormFuChained::VERSION = '2.01';
 {
   $MooseX::Traits::Attribute::FormFuChained::VERSION = '1.0.1';
 }
@@ -32,7 +32,7 @@ override accessor_metaclass => sub {
 };
 
 package MooseX::Attribute::FormFuChained::Method::Accessor;
-$MooseX::Attribute::FormFuChained::Method::Accessor::VERSION = '2.00';
+$MooseX::Attribute::FormFuChained::Method::Accessor::VERSION = '2.01';
 {
   $MooseX::Attribute::FormFuChained::Method::Accessor::VERSION = '1.0.1';
 }
diff --git a/lib/MooseX/FormFuChainedAccessors.pm b/lib/MooseX/FormFuChainedAccessors.pm
index 6c04e42..c95b92a 100644
--- a/lib/MooseX/FormFuChainedAccessors.pm
+++ b/lib/MooseX/FormFuChainedAccessors.pm
@@ -10,7 +10,7 @@
 # the same terms as the Perl 5 programming language system itself.
 #
 package MooseX::FormFuChainedAccessors;
-$MooseX::FormFuChainedAccessors::VERSION = '2.00';
+$MooseX::FormFuChainedAccessors::VERSION = '2.01';
 {
   $MooseX::FormFuChainedAccessors::VERSION = '1.0.1';
 }
diff --git a/lib/MooseX/Traits/Attribute/FormFuChained.pm b/lib/MooseX/Traits/Attribute/FormFuChained.pm
index 6f79e8f..a325068 100644
--- a/lib/MooseX/Traits/Attribute/FormFuChained.pm
+++ b/lib/MooseX/Traits/Attribute/FormFuChained.pm
@@ -10,7 +10,7 @@
 # the same terms as the Perl 5 programming language system itself.
 #
 package MooseX::Traits::Attribute::FormFuChained;
-$MooseX::Traits::Attribute::FormFuChained::VERSION = '2.00';
+$MooseX::Traits::Attribute::FormFuChained::VERSION = '2.01';
 {
   $MooseX::Traits::Attribute::FormFuChained::VERSION = '1.0.1';
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-formfu-perl.git



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