Skip to content

Commit

Permalink
alt-inline-0.05
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 25, 2014
1 parent e0be25a commit 65f2d3d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,3 +1,5 @@
0.05 2014-12-24
* Build in .inline
0.04 2014-12-23
* Fix Smoker bug with Inline::Module 0.29
0.03 2014-12-22
Expand Down
17 changes: 9 additions & 8 deletions Makefile.PL
Expand Up @@ -12,12 +12,18 @@ my %WriteMakefileArgs = (
LICENSE => 'perl',
MIN_PERL_VERSION => '5.008001',
test => { TESTS => 't/*.t' },
postamble => {
inline => {
module => 'Devel::GlobalDestruction::XS',
makestub => 1,
},
},
META_MERGE => {
'meta-spec' => { version => 2 },
prereqs => {
develop => {
requires => {
'Inline::Module' => '0.27',
develop => {
requires => {
'Inline::Module' => '0.30',
},
},
},
Expand All @@ -28,11 +34,6 @@ my %WriteMakefileArgs = (
],
},
},
postamble => {
inline => {
module => 'Devel::GlobalDestruction::XS',
},
},
);

WriteMakefile(%WriteMakefileArgs);
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.04';
our $VERSION = '0.05';
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.04';
our $VERSION = '0.05';

use Devel::GlobalDestruction::XS::Inline
C => 'lib/Devel/GlobalDestruction/XS.c';
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/GlobalDestruction/XS/Inline.pm
@@ -1,6 +1,6 @@
# DO NOT EDIT
#
# GENERATED BY: Inline::Module 0.27
# GENERATED BY: Inline::Module 0.30
#
# This module is for author-side development only. When this module is shipped
# to CPAN, it will be automagically replaced with content that does not
Expand Down

0 comments on commit 65f2d3d

Please sign in to comment.