Skip to content

Commit faeafab

Browse files
committed
bump version to 0.40063
1 parent c06e2a7 commit faeafab

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Changes

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.40064 Thu Sep 17, 2015
2+
Don't warn about date format unless set to `date`
3+
Wrap checkbox in CheckboxGroup, if requested
4+
Create es_es.pm
5+
Create ca_es.pm
6+
select field invalid value message: encode the select value
7+
typo in link to the example app
8+
remove css_class from Captcha field
9+
110
0.40063 Mon Jun 29, 2015
211
Raised Moose prereq to 2.1403 because 2.0604 causes failing tests
312

dist.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = Perl_5
77
copyright_holder = Gerda Shank
88
copyright_year = 2014
99

10-
version = 0.40063
10+
version = 0.40064
1111

1212
[@Git]
1313
tag_format = %v

lib/HTML/FormHandler.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use Data::Clone;
2525
use 5.008;
2626

2727
# always use 5 digits after decimal because of toolchain issues
28-
our $VERSION = '0.40063';
28+
our $VERSION = '0.40064';
2929

3030
=head1 SYNOPSIS
3131

0 commit comments

Comments
 (0)