Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.31.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 38a8d30..f01fe52 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension invoker

+0.31      Sun Oct  2 01:06:56 CST 2011
+        - fix compatibility with 5.15.1+
+
 0.30      Mon May 30 18:06:04 CST 2011
         - make $self from package var (when used with selfvars) work as well.
         - switch to devel::declare since B::Hooks::Parser is broken for 5.14.
  • Loading branch information
clkao committed Oct 1, 2011
1 parent 8e7d171 commit a400d6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
META.yml META.yml
MYMETA.json
Makefile Makefile
inc/ inc/
pm_to_blib pm_to_blib
Expand Down
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension invoker Revision history for Perl extension invoker


0.31 Sun Oct 2 01:06:56 CST 2011
- fix compatibility with 5.15.1+

0.30 Mon May 30 18:06:04 CST 2011 0.30 Mon May 30 18:06:04 CST 2011
- make $self from package var (when used with selfvars) work as well. - make $self from package var (when used with selfvars) work as well.
- switch to devel::declare since B::Hooks::Parser is broken for 5.14. - switch to devel::declare since B::Hooks::Parser is broken for 5.14.
Expand Down
2 changes: 1 addition & 1 deletion lib/invoker.pm
Expand Up @@ -6,7 +6,7 @@ use 5.010_001;
use B::Hooks::OP::Check; use B::Hooks::OP::Check;
use B::Hooks::EndOfScope; use B::Hooks::EndOfScope;


our $VERSION = "0.30"; our $VERSION = "0.31";


use Devel::Declare; use Devel::Declare;
require XSLoader; require XSLoader;
Expand Down

0 comments on commit a400d6a

Please sign in to comment.