Skip to content

Commit

Permalink
version++ and change Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nekokak committed Feb 15, 2013
1 parent 761bf71 commit cf4dcb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Data::RuledCluster Revision history for Perl extension Data::RuledCluster


0.03 2013/02/15
- added dependency.

0.02 2012/08/14 0.02 2012/08/14
- release for CPAN. - release for CPAN.


2 changes: 1 addition & 1 deletion lib/Data/RuledCluster.pm
Expand Up @@ -6,7 +6,7 @@ use Carp ();
use Class::Load (); use Class::Load ();
use Data::Util qw(is_array_ref is_hash_ref); use Data::Util qw(is_array_ref is_hash_ref);


our $VERSION = '0.02'; our $VERSION = '0.03';


sub new { sub new {
my $class = shift; my $class = shift;
Expand Down

0 comments on commit cf4dcb0

Please sign in to comment.