Skip to content

Commit

Permalink
ext-0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 25, 2014
1 parent 1974224 commit 6282ade
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.2
date: Wed Dec 24 23:40:03 PST 2014
changes:
- Add makestub and .inline
---
version: 0.0.1
date: Mon Dec 22 14:25:15 EST 2014
changes:
Expand Down
17 changes: 9 additions & 8 deletions Makefile.PL
Expand Up @@ -6,19 +6,25 @@ use Inline::Module;

WriteMakefile(
NAME => 'Alt::Acme::Math::XS::External',
VERSION => '0.0.1',
VERSION => '0.0.2',
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,9 +35,4 @@ WriteMakefile(
],
},
},
postamble => {
inline => {
module => 'Acme::Math::XS',
},
},
);
2 changes: 1 addition & 1 deletion lib/Acme/Math/XS.pm
@@ -1,6 +1,6 @@
use strict; use warnings;
package Acme::Math::XS;
# our $VERSION = '0.0.1';
# our $VERSION = 'x.x.x';

use Exporter 'import';
our @EXPORT = qw(
Expand Down
2 changes: 1 addition & 1 deletion lib/Acme/Math/XS/Inline.pm
@@ -1,6 +1,6 @@
# DO NOT EDIT
#
# GENERATED BY: Inline::Module 0.24
# 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
2 changes: 1 addition & 1 deletion lib/Alt/Acme/Math/XS/External.pm
@@ -1,2 +1,2 @@
package Alt::Acme::Math::XS::EUMM;
our $VERSION = '0.0.1';
our $VERSION = '0.0.2';

0 comments on commit 6282ade

Please sign in to comment.