Version 0.12_03. 0.12_03
Florian Ragwitz [Mon, 21 Sep 2009 14:03:00 +0000 (16:03 +0200)]
ChangeLog
lib/Class/C3/XS.pm

index f21e939..729c6fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Revision history for Perl extension Class::C3::XS
 
+0.12_03 Mon Sep 21, 2009
+        - Fix compatibility with perl 5.6.x. Thanks again, Nicholas.
+
 0.12_02 Mon Sep 7, 2009
         - Actually ship with the changes 0.12_01 claimed to have. Thanks for
           catching this, Nicholas.
index 1a57588..d5a187f 100644 (file)
@@ -4,7 +4,7 @@ use 5.006_000;
 use strict;
 use warnings;
 
-our $VERSION = '0.12_02';
+our $VERSION = '0.12_03';
 
 =pod