Skip to content

Commit

Permalink
bump version to 4.00060, Changes, dist.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Jun 24, 2015
1 parent 4424380 commit fc68da2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changes
@@ -1,3 +1,11 @@
0.40060 Wed Jun 24, 2015
Field validation can use Type::Tiny subclasses
Replace NoTabTests and EOLTests
switch from List::AllUtils+List::MoreUtils to List::Util (in core)
add render_elementx and renderx methods to allow setting attributes at render time
Default html5 for number changed to 'tel'
Warning if Date field is html5 and not ISO

0.40059 Thu Feb 25, 2015
Remove clear->item_id that snaked in via merge error
Pass subfield name to repeatable element wrapper
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -7,7 +7,7 @@ license = Perl_5
copyright_holder = Gerda Shank
copyright_year = 2014

version = 0.40059
version = 0.40060

[@Git]
tag_format = %v
Expand Down
2 changes: 1 addition & 1 deletion lib/HTML/FormHandler.pm
Expand Up @@ -25,7 +25,7 @@ use Data::Clone;
use 5.008;

# always use 5 digits after decimal because of toolchain issues
our $VERSION = '0.40059';
our $VERSION = '0.40060';

=head1 SYNOPSIS
Expand Down

0 comments on commit fc68da2

Please sign in to comment.