File tree Expand file tree Collapse file tree 7 files changed +8
-6
lines changed
Expand file tree Collapse file tree 7 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11Revision history for HTML-FormBuilder
22
33{{$NEXT}}
4+
5+ 0.03 2015-01-12 10:20:13 CST
46 - perltidy/critic
57
680.02 2015-01-09 17:28:52 CST
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTML::FormBuilder;
33use strict;
44use warnings;
55use 5.008_005;
6- our $VERSION = ' 0.02 ' ;
6+ our $VERSION = ' 0.03 ' ;
77
88use Carp;
99use HTML::FormBuilder::FieldSet;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTML::FormBuilder::Base;
33use strict;
44use warnings;
55use 5.008_005;
6- our $VERSION = ' 0.02 ' ;
6+ our $VERSION = ' 0.03 ' ;
77
88use Carp;
99use Moo;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTML::FormBuilder::Field;
33use strict;
44use warnings;
55use 5.008_005;
6- our $VERSION = ' 0.02 ' ;
6+ our $VERSION = ' 0.03 ' ;
77
88use Carp;
99use Scalar::Util qw( weaken blessed) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTML::FormBuilder::FieldSet;
33use strict;
44use warnings;
55use 5.008_005;
6- our $VERSION = ' 0.02 ' ;
6+ our $VERSION = ' 0.03 ' ;
77
88use HTML::FormBuilder::Field;
99use Carp;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package HTML::FormBuilder::Select;
22use strict;
33use warnings;
44
5- our $VERSION = ' 0.02 ' ;
5+ our $VERSION = ' 0.03 ' ;
66
77use Carp;
88use Moo;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package HTML::FormBuilder::Validation;
22
33use strict;
44use warnings;
5- our $VERSION = ' 0.02 ' ;
5+ our $VERSION = ' 0.03 ' ;
66
77use Carp;
88use Class::Std::Utils;
You can’t perform that action at this time.
0 commit comments