Skip to content

Commit

Permalink
Changes to test the Inline::Module postamble branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Nov 19, 2014
1 parent dcd9d4a commit 23a586f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions Makefile.PL
Expand Up @@ -3,7 +3,10 @@ use warnings;

use 5.008001;

use lib 'inc';
use ExtUtils::MakeMaker;
use Inline::Module::MakeMaker -global;

WriteMakefile(
NAME => 'Alt::Acme::Math::XS::EUMM',
VERSION => '0.0.3',
Expand All @@ -13,10 +16,10 @@ WriteMakefile(
MIN_PERL_VERSION => '5.008001',
test => { TESTS => 't/*.t' },
META_MERGE => { no_index => { directory => [ 'lib/Acme' ] }, },
);

use lib 'inc';
use Inline::Module;
FixMakefile(
module => 'Acme::Math::XS',
postamble => {
inline => {
module => 'Acme::Math::XS',
# ilsm => 'Inline::C',
},
},
);
2 changes: 1 addition & 1 deletion lib/Acme/Math/XS/Inline.pm
Expand Up @@ -9,6 +9,6 @@
use strict; use warnings;
package Acme::Math::XS::Inline;
use base 'Inline';
use Inline::Module 'v1' => '0.11';
use Inline::Module 'v1' => '0.13';

1;

0 comments on commit 23a586f

Please sign in to comment.