Skip to content

Commit 2f07e96

Browse files
committed
update version no. + Changes file for cpan release.
updated MANIFEST.SKIP
1 parent a42d84b commit 2f07e96

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Changes

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.05000 2009-05-26
2+
3+
- Nested repeatable blocks now create field names such as
4+
'foo_1.bar_1' rather than 'foo.bar_1_1', to assist client-side scripting.
5+
16
0.04002 2009-05-08
27

38
- Incompatible Change: Element::Repeatable->repeat() now defaults to 1

MANIFEST.SKIP

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# not ready yet
55
^lib\/HTML\/FormFu\/Element\/Label\.pm$
66
^t\/elements\/label\.t$
7+
^t\/elements\/repeatable_select\.t$
8+
^t\/elements\/repeatable_select\.yml$
79
^lib\/HTML\/FormFu\/Manual\.pod$
810
^t\/multiform-misc\/file
911

lib/HTML/FormFu.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ __PACKAGE__->mk_inherited_merging_accessors(qw( tt_args config_callback ));
112112
*plugins = \&plugin;
113113
*add_plugins = \&add_plugin;
114114

115-
our $VERSION = '0.04002';
115+
our $VERSION = '0.05000';
116116
$VERSION = eval $VERSION;
117117

118118
Class::C3::initialize();

0 commit comments

Comments
 (0)