bump version / update changes for 0.02 test tarball
[gitmo/Algorithm-C3.git] / lib / Algorithm / C3.pm
index b0a9a61..1f59340 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Carp 'confess';
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 sub merge {
     my ($root, $parent_fetcher) = @_;
@@ -224,9 +224,9 @@ is the B<Devel::Cover> report on this module's test suite.
  ------------------------ ------ ------ ------ ------ ------ ------ ------
  File                       stmt   bran   cond    sub    pod   time  total
  ------------------------ ------ ------ ------ ------ ------ ------ ------
- Algorithm/C3.pm           100.0  100.0   55.6  100.0  100.0  100.0   94.4
+ Algorithm/C3.pm           100.0  100.0  100.0  100.0  100.0  100.0  100.0
  ------------------------ ------ ------ ------ ------ ------ ------ ------
- Total                     100.0  100.0   55.6  100.0  100.0  100.0   94.4
+ Total                     100.0  100.0  100.0  100.0  100.0  100.0  100.0
  ------------------------ ------ ------ ------ ------ ------ ------ ------
 
 =head1 SEE ALSO