projects
/
gitmo/Class-C3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a86fb54
)
Version 0.22.
0.22
Florian Ragwitz [Thu, 28 Jan 2010 23:04:35 +0000 (
00:04
+0100)]
ChangeLog
patch
|
blob
|
blame
|
history
lib/Class/C3.pm
patch
|
blob
|
blame
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
48d765e
..
bd37dfd
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,6
@@
Revision history for Perl extension Class::C3.
+0.22 Fri, Jan 29, 2010
- Add note that people should be using MRO::Compat rather than
Class::C3 directly.
diff --git
a/lib/Class/C3.pm
b/lib/Class/C3.pm
index
e7c16a0
..
9268c6b
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.21';
+our $VERSION = '0.22';
our $C3_IN_CORE;
our $C3_XS;