Version 0.11. 0.11
Florian Ragwitz [Mon, 30 Mar 2009 09:01:26 +0000 (11:01 +0200)]
ChangeLog
lib/Class/C3/XS.pm

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).
 
index 9ce861f..4178007 100644 (file)
@@ -4,7 +4,7 @@ use 5.006_000;
 use strict;
 use warnings;
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 =pod