Skip to content

Commit

Permalink
eumm-0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 25, 2014
1 parent 6f987ef commit d7c0ece
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.14
date: Wed Dec 24 23:34:38 PST 2014
changes:
- Add makestub and .inline
---
version: 0.0.13
date: Tue Dec 23 12:28:21 PST 2014
changes:
Expand Down
18 changes: 9 additions & 9 deletions Makefile.PL
Expand Up @@ -6,19 +6,25 @@ use Inline::Module;

WriteMakefile(
NAME => 'Alt::Acme::Math::XS::EUMM',
VERSION => '0.0.13',
VERSION => '0.0.14',
ABSTRACT => 'Math is HARD (faster!)',
AUTHOR => 'Ingy döt Net <ingy@cpan.org>',
LICENSE => 'perl',
MIN_PERL_VERSION => '5.008001',
test => { TESTS => 't/*.t' },
postamble => {
inline => {
module => 'Acme::Math::XS',
makestub => 1,
},
},
META_MERGE => {
'meta-spec' => { version => 2 },
prereqs => {
develop => {
requires => {
'Inline::CPP' => '0.69',
'Inline::Module' => '0.27',
'Inline::C' => '0.68',
'Inline::Module' => '0.30',
},
},
},
Expand All @@ -29,10 +35,4 @@ WriteMakefile(
],
},
},
postamble => {
inline => {
makestub => 1,
module => 'Acme::Math::XS',
},
},
);
2 changes: 1 addition & 1 deletion lib/Alt/Acme/Math/XS/EUMM.pm
@@ -1,2 +1,2 @@
package Alt::Acme::Math::XS::EUMM;
our $VERSION = '0.0.13';
our $VERSION = '0.0.14';

0 comments on commit d7c0ece

Please sign in to comment.