Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CPAN Release 0.0.4
- Require latest Inline and Inline::C
  • Loading branch information
ingydotnet committed Oct 30, 2014
1 parent bf9f3df commit d6ea821
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.4
date: Thu Oct 30 20:28:22 UTC 2014
changes:
- Require latest Inline and Inline::C
---
version: 0.0.3
date: Thu Oct 30 19:07:43 UTC 2014
changes:
Expand Down
6 changes: 3 additions & 3 deletions Meta
@@ -1,7 +1,7 @@
=meta: 0.0.2

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

requires:
perl: 5.8.1
Inline: 0
Inline::C: 0
Inline: 0.77
Inline::C: 0.64
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.3';
our $VERSION = '0.0.4';

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

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

0 comments on commit d6ea821

Please sign in to comment.