Skip to content

Commit

Permalink
CPAN Release 0.0.3
Browse files Browse the repository at this point in the history
- Require Inline and Inline::C as prereqs for now
- Fix cpantesters failures
  • Loading branch information
ingydotnet committed Oct 30, 2014
1 parent 1ee8ff6 commit bf9f3df
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -19,6 +19,8 @@ perl:
install:
- cpanm --quiet --notest
Devel::Cover::Report::Coveralls
Inline
Inline::C

script:
- test -e test &&
Expand Down
6 changes: 6 additions & 0 deletions Changes
@@ -1,4 +1,10 @@
---
version: 0.0.3
date: Thu Oct 30 19:07:43 UTC 2014
changes:
- Require Inline and Inline::C as prereqs for now
- Fix cpantesters failures
---
version: 0.0.2
date: Fri Oct 24 05:10:57 UTC 2014
changes:
Expand Down
4 changes: 3 additions & 1 deletion Meta
@@ -1,7 +1,7 @@
=meta: 0.0.2

name: Acme-Math-XS
version: 0.0.2
version: 0.0.3
abstract: Math is HARD (faster)
homepage: https://metacpan.org/release/Acme-Math-XS
language: perl
Expand All @@ -23,3 +23,5 @@ devel:

requires:
perl: 5.8.1
Inline: 0
Inline::C: 0
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.2';
our $VERSION = '0.0.3';

use Exporter 'import';
our @EXPORT = qw(
Expand Down
2 changes: 1 addition & 1 deletion lib/Acme/Math/XS/Inline.pm
Expand Up @@ -3,7 +3,7 @@ use warnings;
package Acme::Math::XS::Inline;

# TODO: Make sure this is latest version (self-check).
our $INLINE_VERSION = '0.0.2';
our $INLINE_VERSION = '0.0.3';

use File::Path;
BEGIN { File::Path::mkpath('./blib') unless -d './blib' }
Expand Down

0 comments on commit bf9f3df

Please sign in to comment.