Skip to content

Commit

Permalink
v0.0.4 -- Use new postamble style.
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Nov 22, 2014
1 parent 23a586f commit 211696d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.4
date: Sat Nov 22 05:06:27 UTC 2014
changes:
- Use new postamble style Inline::Module in Makefile.PL
---
version: 0.0.3
date: Wed Nov 19 06:32:20 UTC 2014
changes:
Expand Down
5 changes: 2 additions & 3 deletions Makefile.PL
Expand Up @@ -5,11 +5,11 @@ use 5.008001;

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

WriteMakefile(
NAME => 'Alt::Acme::Math::XS::EUMM',
VERSION => '0.0.3',
VERSION => '0.0.4',
ABSTRACT => 'Math is HARD (faster)',
AUTHOR => 'Ingy döt Net <ingy@cpan.org>',
LICENSE => 'perl',
Expand All @@ -19,7 +19,6 @@ WriteMakefile(
postamble => {
inline => {
module => 'Acme::Math::XS',
# ilsm => 'Inline::C',
},
},
);
4 changes: 2 additions & 2 deletions lib/Acme/Math/XS/Inline.pm
@@ -1,6 +1,6 @@
# DO NOT EDIT
#
# GENERATED BY: Inline::Module 0.11
# GENERATED BY: Inline::Module 0.15
#
# 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 All @@ -9,6 +9,6 @@
use strict; use warnings;
package Acme::Math::XS::Inline;
use base 'Inline';
use Inline::Module 'v1' => '0.13';
use Inline::Module 'v1' => '0.15';

1;
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.3';
our $VERSION = '0.0.4';

0 comments on commit 211696d

Please sign in to comment.