File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
10
0.40063 Mon Jun 29, 2015
2
11
Raised Moose prereq to 2.1403 because 2.0604 causes failing tests
3
12
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = Perl_5
7
7
copyright_holder = Gerda Shank
8
8
copyright_year = 2014
9
9
10
- version = 0.40063
10
+ version = 0.40064
11
11
12
12
[@Git]
13
13
tag_format = %v
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ use Data::Clone;
25
25
use 5.008;
26
26
27
27
# always use 5 digits after decimal because of toolchain issues
28
- our $VERSION = ' 0.40063 ' ;
28
+ our $VERSION = ' 0.40064 ' ;
29
29
30
30
=head1 SYNOPSIS
31
31
You can’t perform that action at this time.
0 commit comments