Skip to content

Commit

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

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

+0.01_07
+
+        - fixed deps
+
 0.01_06

         - this project doesn't use P::Validate
  • Loading branch information
tokuhirom committed Apr 21, 2009
1 parent 65a11a6 commit 09fc871
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_07

- fixed deps

0.01_06

- this project doesn't use P::Validate
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.01_06';
our $VERSION = '0.01_07';
use Carp ();

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

0 comments on commit 09fc871

Please sign in to comment.