Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.1.5. Changelog diff…
Browse files Browse the repository at this point in the history
… is:
  • Loading branch information
tsucchi committed Dec 30, 2009
1 parent e04d06e commit d7e166c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2009-12-30 Takuya Tsuchida <tsucchi@cpan.org>

* 0.1.5
fix: insufficient version of version.pm specified.

2009-12-25 Takuya Tsuchida <tsucchi@cpan.org>

* 0.1.4
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -8,7 +8,7 @@ requires 'YAML';
requires 'List::MoreUtils';
requires 'Module::CoreList';
requires 'PPI::Document';
requires 'version' => 0.74;
requires 'version' => 0.77;
test_requires 'Test::More';

author_tests 'xt';
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Module/Used.pm
Expand Up @@ -13,7 +13,7 @@ use PPI::Document;
use version;

use 5.008;
our $VERSION = '0.1.4';
our $VERSION = '0.1.5';

=head1 NAME
Expand Down

0 comments on commit d7e166c

Please sign in to comment.