projects
/
gitmo/Class-C3-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c58eec2
)
Version 0.13.
master
0.13
Florian Ragwitz [Thu, 24 Sep 2009 13:02:57 +0000 (15:02 +0200)]
ChangeLog
patch
|
blob
|
blame
|
history
lib/Class/C3/XS.pm
patch
|
blob
|
blame
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
729c6fd
..
0d58c47
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,8
@@
Revision history for Perl extension Class::C3::XS
+0.13 Thu Sep 24, 2009
+ - Release 0.12_03 as a stable release, without further modifications.
+
0.12_03 Mon Sep 21, 2009
- Fix compatibility with perl 5.6.x. Thanks again, Nicholas.
diff --git
a/lib/Class/C3/XS.pm
b/lib/Class/C3/XS.pm
index
d5a187f
..
8ef9339
100644
(file)
--- a/
lib/Class/C3/XS.pm
+++ b/
lib/Class/C3/XS.pm
@@
-4,7
+4,7
@@
use 5.006_000;
use strict;
use warnings;
-our $VERSION = '0.12_03';
+our $VERSION = '0.13';
=pod