The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes
examples/big.pl
examples/simple.css
inc/Module/AutoInstall.pm
inc/Module/Install.pm
inc/Module/Install/AutoInstall.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/HTML/Widget.pm
lib/HTML/Widget/Accessor.pm
lib/HTML/Widget/BlockContainer.pm
lib/HTML/Widget/Constraint.pm
lib/HTML/Widget/Constraint/All.pm
lib/HTML/Widget/Constraint/AllOrNone.pm
lib/HTML/Widget/Constraint/Any.pm
lib/HTML/Widget/Constraint/ASCII.pm
lib/HTML/Widget/Constraint/Bool.pm
lib/HTML/Widget/Constraint/Callback.pm
lib/HTML/Widget/Constraint/CallbackOnce.pm
lib/HTML/Widget/Constraint/Date.pm
lib/HTML/Widget/Constraint/DateTime.pm
lib/HTML/Widget/Constraint/DependOn.pm
lib/HTML/Widget/Constraint/Email.pm
lib/HTML/Widget/Constraint/Equal.pm
lib/HTML/Widget/Constraint/HTTP.pm
lib/HTML/Widget/Constraint/In.pm
lib/HTML/Widget/Constraint/Integer.pm
lib/HTML/Widget/Constraint/Length.pm
lib/HTML/Widget/Constraint/Maybe.pm
lib/HTML/Widget/Constraint/Number.pm
lib/HTML/Widget/Constraint/Printable.pm
lib/HTML/Widget/Constraint/Range.pm
lib/HTML/Widget/Constraint/Regex.pm
lib/HTML/Widget/Constraint/SingleValue.pm
lib/HTML/Widget/Constraint/String.pm
lib/HTML/Widget/Constraint/Time.pm
lib/HTML/Widget/Container.pm
lib/HTML/Widget/Element.pm
lib/HTML/Widget/Element/Block.pm
lib/HTML/Widget/Element/Button.pm
lib/HTML/Widget/Element/Checkbox.pm
lib/HTML/Widget/Element/Fieldset.pm
lib/HTML/Widget/Element/Hidden.pm
lib/HTML/Widget/Element/NullContainer.pm
lib/HTML/Widget/Element/Password.pm
lib/HTML/Widget/Element/Radio.pm
lib/HTML/Widget/Element/RadioGroup.pm
lib/HTML/Widget/Element/Reset.pm
lib/HTML/Widget/Element/Select.pm
lib/HTML/Widget/Element/Span.pm
lib/HTML/Widget/Element/Submit.pm
lib/HTML/Widget/Element/Textarea.pm
lib/HTML/Widget/Element/Textfield.pm
lib/HTML/Widget/Element/Upload.pm
lib/HTML/Widget/Error.pm
lib/HTML/Widget/Filter.pm
lib/HTML/Widget/Filter/Callback.pm
lib/HTML/Widget/Filter/HTMLEscape.pm
lib/HTML/Widget/Filter/HTMLStrip.pm
lib/HTML/Widget/Filter/LowerCase.pm
lib/HTML/Widget/Filter/TrimEdges.pm
lib/HTML/Widget/Filter/UpperCase.pm
lib/HTML/Widget/Filter/Whitespace.pm
lib/HTML/Widget/Manual/Developer.pod
lib/HTML/Widget/Result.pm
Makefile.PL
MANIFEST			This list of files
META.yml
README
t/01use.t
t/02pod.t
t/03podcoverage.t
t/04basic.t
t/05strict.t
t/06bugs_ascii_space.t
t/06bugs_callbackone_missing_param.t
t/06bugs_constraint_range_zero_max.t
t/06bugs_constraint_range_zero_min.t
t/06bugs_in_value_empty.t
t/06bugs_name_regex_chars.t
t/06bugs_result_elements_warnings.t
t/06bugs_result_params_multiple.t
t/06bugs_select_empty_options.t
t/06bugs_select_zero_key_constraint.t
t/06bugs_value_empty_string.t
t/06bugs_value_no_default.t
t/06bugs_value_zero.t
t/06bugs_widget_get_elements.t
t/06bugs_widget_name_zero.t
t/06bugs_xml_escape.t
t/06bugs_zero_value_xml.t
t/06bugs_zero_xml.t
t/07custom_render.t
t/08constraint_all.t
t/08empty_errors.t
t/08filter_all.t
t/09nested_embed.t
t/10explicit_ids.t
t/10no_name.t
t/attributes.t
t/constraint_all.t
t/constraint_allornone.t
t/constraint_any.t
t/constraint_ascii.t
t/constraint_bool.t
t/constraint_callback.t
t/constraint_callbackonce.t
t/constraint_custom_namespace.t
t/constraint_date.t
t/constraint_datetime.t
t/constraint_dependon.t
t/constraint_email.t
t/constraint_equal.t
t/constraint_http.t
t/constraint_in.t
t/constraint_integer.t
t/constraint_length.t
t/constraint_number.t
t/constraint_printable.t
t/constraint_range.t
t/constraint_regex.t
t/constraint_singlevalue.t
t/constraint_string.t
t/constraint_time.t
t/element_block.t
t/element_button.t
t/element_button_tag.t
t/element_checkbox.t
t/element_custom_namespace.t
t/element_hidden.t
t/element_password.t
t/element_radio.t
t/element_radiogroup.t
t/element_radiogroup_constrain_values.t
t/element_reset.t
t/element_select.t
t/element_select_constrain_options.t
t/element_span.t
t/element_submit.t
t/element_textarea.t
t/element_textfield.t
t/element_upload.t
t/filter_callback.t
t/filter_custom_namespace.pm
t/filter_htmlescape.t
t/filter_htmlstrip.t
t/filter_lowercase.t
t/filter_trimedges.t
t/filter_uppercase.t
t/filter_whitespace.t
t/get_constraint.t
t/get_constraints.t
t/get_element.t
t/get_elements.t
t/get_errors.t
t/get_filter.t
t/get_filters.t
t/lib/HTMLWidget/CustomConstraint.pm
t/lib/HTMLWidget/CustomElement.pm
t/lib/HTMLWidget/CustomFilter.pm
t/lib/HTMLWidget/TestLib.pm
t/lib/TestContainer.pm
t/result_add_error.t
t/retain_default.t
t/submitted.t