Skip to content

Commit

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

diff --git a/Changes b/Changes
index 1f2f818..cd67378 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 Revision history for Perl extension invoker

+0.29_002  Sat Jan 15 23:42:13 CST 2011
+        - Fix compiling on threaded perl
+
 0.29_001  Sat Jan 15 21:25:29 CST 2011
         - original version
  • Loading branch information
clkao committed Jan 15, 2011
1 parent 6f801b7 commit be9e336
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,3 +10,4 @@ pm_to_blib
*.bak
MYMETA.yml
blib/
ppport.h
3 changes: 3 additions & 0 deletions Changes
@@ -1,4 +1,7 @@
Revision history for Perl extension invoker

0.29_002 Sat Jan 15 23:42:13 CST 2011
- Fix compiling on threaded perl

0.29_001 Sat Jan 15 21:25:29 CST 2011
- original version
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::EndOfScope;

our $VERSION = "0.29_001";
our $VERSION = "0.29_002";

require XSLoader;
XSLoader::load(__PACKAGE__, $VERSION);
Expand Down

0 comments on commit be9e336

Please sign in to comment.