File tree Expand file tree Collapse file tree 9 files changed +10
-8
lines changed Expand file tree Collapse file tree 9 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11Revision history for HTML-FormBuilder
22
33{{$NEXT}}
4+
5+ 0.02 2015-01-09 17:28:52 CST
46 - no code changes
57
680.01 2015-01-09 15:02:46 CST
Original file line number Diff line number Diff line change 6868 "web" : " https://github.com/binary-com/perl-HTML-FormBuilder"
6969 }
7070 },
71- "version" : " 0.01 " ,
71+ "version" : " 0.02 " ,
7272 "x_contributors" : [
7373 " Chylli <chylli.email@gmail.com>" ,
7474 " Fayland Lam <fayland@gmail.com>" ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ my %WriteMakefileArgs = (
3535 " Test::FailWarnings" => 0,
3636 " Test::More" => " 0.96"
3737 },
38- " VERSION" => " 0.01 " ,
38+ " VERSION" => " 0.02 " ,
3939 " test" => {
4040 " TESTS" => " t/*.t t/formbuilder/*.t"
4141 }
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.01 ' ;
6+ our $VERSION = ' 0.02 ' ;
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.01 ' ;
6+ our $VERSION = ' 0.02 ' ;
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.01 ' ;
6+ our $VERSION = ' 0.02 ' ;
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.01 ' ;
6+ our $VERSION = ' 0.02 ' ;
77
88use HTML::FormBuilder::Field;
99use Carp;
Original file line number Diff line number Diff line change 11package HTML::FormBuilder::Select ;
22
3- our $VERSION = ' 0.01 ' ;
3+ our $VERSION = ' 0.02 ' ;
44
55use Carp;
66use 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.01 ' ;
5+ our $VERSION = ' 0.02 ' ;
66
77use Carp;
88use Class::Std::Utils;
You can’t perform that action at this time.
0 commit comments