From: Brandon L Black Date: Wed, 13 Jun 2007 12:50:08 +0000 (+0000) Subject: 0.08 release X-Git-Tag: 0.08^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7c72bb9db5bbefd87304ee9c581ffad2f0fdb5c5;p=gitmo%2FClass-C3-XS.git 0.08 release --- diff --git a/ChangeLog b/ChangeLog index 5f4ceee..2c0fdae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Revision history for Perl extension Class::C3::XS +0.08 Wed Jun 13, 2007 + Fixed next::method, etc under the Perl debugger + 0.07 Mon Jun 4, 2007 Fixed "goto &next::method" and related gotos, which fixes Catalyst::Plugin::C3. diff --git a/lib/Class/C3/XS.pm b/lib/Class/C3/XS.pm index aab8d46..bb95081 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.07'; +our $VERSION = '0.08'; =pod