projects
/
gitmo/Class-C3-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
68fe9f2
)
Version 0.11.
0.11
Florian Ragwitz [Mon, 30 Mar 2009 09:01:26 +0000 (11:01 +0200)]
ChangeLog
patch
|
blob
|
blame
|
history
lib/Class/C3/XS.pm
patch
|
blob
|
blame
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
8cf90b0
..
2254c1e
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,9
@@
Revision history for Perl extension Class::C3::XS
+0.11 Mon Mar 30, 2009
+ - Define SVfARG if the perl we're compiling for doesn't have
+ it (Florian Ragwitz).
+
0.10 Sat Mar 28, 2009
- Improve error message on merge errors (Florian Ragwitz).
diff --git
a/lib/Class/C3/XS.pm
b/lib/Class/C3/XS.pm
index
9ce861f
..
4178007
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.10';
+our $VERSION = '0.11';
=pod