projects
/
gitmo/Algorithm-C3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f783f29
)
bump version
Graham Knop [Sat, 16 Aug 2014 00:19:48 +0000 (20:19 -0400)]
lib/Algorithm/C3.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Algorithm/C3.pm
b/lib/Algorithm/C3.pm
index
cbd74d2
..
cad25c7
100644
(file)
--- a/
lib/Algorithm/C3.pm
+++ b/
lib/Algorithm/C3.pm
@@
-6,7
+6,7
@@
use warnings;
use Carp 'confess';
-our $VERSION = '0.09';
+our $VERSION = '0.10';
sub merge {
my ($root, $parent_fetcher, $cache) = @_;