projects
/
gitmo/Class-C3-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5efa8a5
)
0.08 release
0.08
Brandon L Black [Wed, 13 Jun 2007 12:50:08 +0000 (12:50 +0000)]
ChangeLog
patch
|
blob
|
blame
|
history
lib/Class/C3/XS.pm
patch
|
blob
|
blame
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/lib/Class/C3/XS.pm
b/lib/Class/C3/XS.pm
index
aab8d46
..
bb95081
100644
(file)
--- 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