projects
/
gitmo/Class-C3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eb1b0f2
)
version 0.26
0.26
Graham Knop [Tue, 4 Mar 2014 23:44:38 +0000 (18:44 -0500)]
ChangeLog
patch
|
blob
|
blame
|
history
lib/Class/C3.pm
patch
|
blob
|
blame
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
cd86c1e
..
62b7029
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,6
@@
Revision history for Perl extension Class::C3.
+0.26 Tue, Mar 4, 2104
- Fix bug in Makefile.PL when ExtUtils::CBuilder not available
0.25 Thu, July 4, 2013
diff --git
a/lib/Class/C3.pm
b/lib/Class/C3.pm
index
31cf3e8
..
4e4f095
100644
(file)
--- a/
lib/Class/C3.pm
+++ b/
lib/Class/C3.pm
@@
-4,7
+4,7
@@
package Class::C3;
use strict;
use warnings;
-our $VERSION = '0.25';
+our $VERSION = '0.26';
our $C3_IN_CORE;
our $C3_XS;