Skip to content

Commit

Permalink
alt-inline-0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 23, 2014
1 parent 0c4dfa8 commit e0be25a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,3 +1,5 @@
0.04 2014-12-23
* Fix Smoker bug with Inline::Module 0.29
0.03 2014-12-22
* Don't skip our C code file
0.02 2014-12-22
Expand Down
2 changes: 1 addition & 1 deletion lib/Alt/Devel/GlobalDestruction/XS/Inline.pm
@@ -1,2 +1,2 @@
package Alt::Devel::GlobalDestruction::XS::Inline;
our $VERSION = '0.03';
our $VERSION = '0.04';
2 changes: 1 addition & 1 deletion lib/Devel/GlobalDestruction/XS.pm
@@ -1,7 +1,7 @@
use strict; use warnings;
package Devel::GlobalDestruction::XS;

our $VERSION = '0.03';
our $VERSION = '0.04';

use Devel::GlobalDestruction::XS::Inline
C => 'lib/Devel/GlobalDestruction/XS.c';
Expand Down

0 comments on commit e0be25a

Please sign in to comment.