projects
/
gitmo/Class-C3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d31fd50
)
Version 0.25
0.25
Peter Rabbitson [Thu, 4 Jul 2013 10:27:49 +0000 (12:27 +0200)]
ChangeLog
patch
|
blob
|
blame
|
history
lib/Class/C3.pm
patch
|
blob
|
blame
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
0ce7103
..
61e22c5
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,6
@@
Revision history for Perl extension Class::C3.
+0.25 Thu, July 4, 2013
- Drop compatibility from 5.6.2 to 5.6.0
- Pod typo fixes (RT#77453, RT#85357)
- Only ask for Devel::Hide on perls where it will be actually used
diff --git
a/lib/Class/C3.pm
b/lib/Class/C3.pm
index
b51f585
..
31cf3e8
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.24';
+our $VERSION = '0.25';
our $C3_IN_CORE;
our $C3_XS;