0.08 release 0.08
Brandon L Black [Wed, 13 Jun 2007 12:50:08 +0000 (12:50 +0000)]
ChangeLog
lib/Class/C3/XS.pm

index 5f4ceee..2c0fdae 100644 (file)
--- 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.
index aab8d46..bb95081 100644 (file)
@@ -4,7 +4,7 @@ use 5.006_000;
 use strict;
 use warnings;
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =pod