We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b3650 commit cc25187Copy full SHA for cc25187
Changes
@@ -1,3 +1,4 @@
1
+0.08000 2010-09-22
2
3
- Incompatible Change: removed all previously deprecated methods.
4
lib/HTML/FormFu.pm
@@ -109,7 +109,7 @@ __PACKAGE__->mk_inherited_merging_accessors(qw( tt_args config_callback ));
109
*plugins = \&plugin;
110
*add_plugins = \&add_plugin;
111
112
-our $VERSION = '0.07003';
+our $VERSION = '0.08000';
113
$VERSION = eval $VERSION;
114
115
Class::C3::initialize();
0 commit comments