diff --git a/Changes b/Changes index 7d49d2fb..80725c94 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +0.40055 Thu Jan 2, 2014 + handle SelectCSV field in as_label method of Select field + 2014 bug in t/compound/basic.t test (rt91793) + 0.40054 Tue Nov 26, 2013 Check for old unimplemented parameter to wrap_checkbox, and check for existence of option_wrapper diff --git a/dist.ini b/dist.ini index 36db82bd..7b3b0a3b 100644 --- a/dist.ini +++ b/dist.ini @@ -7,7 +7,7 @@ license = Perl_5 copyright_holder = Gerda Shank copyright_year = 2013 -version = 0.40054 +version = 0.40055 [@Git] tag_format = %v diff --git a/lib/HTML/FormHandler.pm b/lib/HTML/FormHandler.pm index 858736f6..6206a0cd 100644 --- a/lib/HTML/FormHandler.pm +++ b/lib/HTML/FormHandler.pm @@ -25,7 +25,7 @@ use Data::Clone; use 5.008; # always use 5 digits after decimal because of toolchain issues -our $VERSION = '0.40054'; +our $VERSION = '0.40055'; =head1 SYNOPSIS