From: Florian Ragwitz Date: Mon, 7 Sep 2009 12:50:13 +0000 (+0200) Subject: Version 0.12_02. X-Git-Tag: 0.12_02^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3-XS.git;a=commitdiff_plain;h=aaef7ce9db4806285212b0a5ce8341cf9b9be64a Version 0.12_02. --- diff --git a/ChangeLog b/ChangeLog index 00117a2..f21e939 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Revision history for Perl extension Class::C3::XS +0.12_02 Mon Sep 7, 2009 + - Actually ship with the changes 0.12_01 claimed to have. Thanks for + catching this, Nicholas. + 0.12_01 Sat Aug 22, 2009 - Backport a couple of performance tweaks from bleadperl. This gives a performance improvement of about 40% in calculating the linearized diff --git a/lib/Class/C3/XS.pm b/lib/Class/C3/XS.pm index f622558..1a57588 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_01'; +our $VERSION = '0.12_02'; =pod