From: Florian Ragwitz Date: Mon, 21 Sep 2009 14:03:00 +0000 (+0200) Subject: Version 0.12_03. X-Git-Tag: 0.12_03^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3-XS.git;a=commitdiff_plain;h=c58eec2c7c64ce24f188f36ba60044bf06ab21f8 Version 0.12_03. --- diff --git a/ChangeLog b/ChangeLog index f21e939..729c6fd 100644 --- 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. diff --git a/lib/Class/C3/XS.pm b/lib/Class/C3/XS.pm index 1a57588..d5a187f 100644 --- 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_02'; +our $VERSION = '0.12_03'; =pod