projects
/
gitmo/Algorithm-C3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6318dba
)
bump version
Graham Knop [Sat, 1 Mar 2014 23:01:18 +0000 (18:01 -0500)]
lib/Algorithm/C3.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Algorithm/C3.pm
b/lib/Algorithm/C3.pm
index
c37e892
..
cbd74d2
100644
(file)
--- a/
lib/Algorithm/C3.pm
+++ b/
lib/Algorithm/C3.pm
@@
-6,7
+6,7
@@
use warnings;
use Carp 'confess';
-our $VERSION = '0.08';
+our $VERSION = '0.09';
sub merge {
my ($root, $parent_fetcher, $cache) = @_;