Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Nov 19, 2014
1 parent 971a198 commit dcd9d4a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions Changes
@@ -1,4 +1,14 @@
---
version: 0.0.3
date: Wed Nov 19 06:32:20 UTC 2014
changes:
- Inline::Module::MakeMaker changed to Inline::Module in Makefile.PL
---
version: 0.0.2
date: Wed Nov 19 06:32:02 UTC 2014
changes:
- Second Release
---
version: 0.0.1
date: Wed Nov 19 04:55:09 UTC 2014
changes:
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Expand Up @@ -6,7 +6,7 @@ use 5.008001;
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Alt::Acme::Math::XS::EUMM',
VERSION => '0.0.2',
VERSION => '0.0.3',
ABSTRACT => 'Math is HARD (faster)',
AUTHOR => 'Ingy döt Net <ingy@cpan.org>',
LICENSE => 'perl',
Expand All @@ -16,7 +16,7 @@ WriteMakefile(
);

use lib 'inc';
use Inline::Module::MakeMaker;
use Inline::Module;
FixMakefile(
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.2';
our $VERSION = '0.0.3';

0 comments on commit dcd9d4a

Please sign in to comment.