Skip to content

Commit 50de7c8

Browse files
committed
bump version no. for cpan upload.
add 'xt' directory to MANIFEST.SKIP
1 parent 321982b commit 50de7c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: MANIFEST.SKIP

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
^examples\/client-side-constraint\b
2020
^t\b.*\.disabled
2121
^t\b.*CatalystApp
22+
^xt\/
2223

2324
^\.perltidyrc$
2425

Diff for: lib/HTML/FormFu.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ __PACKAGE__->mk_inherited_merging_accessors(qw/ tt_args config_callback /);
7373
*plugins = \&plugin;
7474
*add_plugins = \&add_plugin;
7575

76-
our $VERSION = '0.02005';
76+
our $VERSION = '0.03000';
7777
$VERSION = eval $VERSION;
7878

7979
Class::C3::initialize();

0 commit comments

Comments
 (0)