Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.01_06. Changelog di…
Browse files Browse the repository at this point in the history
…ff is:

diff --git a/Changes b/Changes
index 9be69e5..9081a14 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension HTML::Shakan

+0.01_06
+
+        - this project doesn't use P::Validate
+
 0.01_05

         - depend to latest FV::L
  • Loading branch information
tokuhirom committed Mar 31, 2009
1 parent d3a3a80 commit f8cdc2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension HTML::Shakan

0.01_06

- this project doesn't use P::Validate

0.01_05

- depend to latest FV::L
Expand Down
2 changes: 1 addition & 1 deletion lib/HTML/Shakan.pm
@@ -1,6 +1,6 @@
package HTML::Shakan;
use Any::Moose;
our $VERSION = '0.02';
our $VERSION = '0.01_06';
use Carp ();

use FormValidator::Lite 'Email', 'URL', 'Date', 'File';
Expand Down

0 comments on commit f8cdc2a

Please sign in to comment.