Revision history for Perl extension Algorithm-C3.
+0.07 Mon. May 14, 2007
+ - Some very small optimizations had been
+ gathering in the repo for a while, this
+ gets them out to CPAN. Probably won't
+ notice much difference except in extreme
+ cases.
+
0.06 Fri. Nov. 17, 2006
- Added tests from konobi
- Added some other new tests too
-Algorithm::C3 version 0.06
+Algorithm::C3 version 0.07
===========================
See the individual module documentation for more information
This module requires these other modules and libraries:
- None
+ Carp
COPYRIGHT AND LICENCE
use Carp 'confess';
-our $VERSION = '0.06';
+our $VERSION = '0.07';
sub merge {
my ($root, $parent_fetcher, $cache) = @_;
$current_parents = pop(@STACK);
$current_root = pop(@STACK);
- push(@$recurse_mergeout, $mergeout) if @$mergeout;
+ push(@$recurse_mergeout, $mergeout);
}
}