Skip to content

Commit

Permalink
eumm-0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 29, 2014
1 parent 1670706 commit fb5c2f0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changes
@@ -1,4 +1,10 @@
---
version: 0.0.15
date: Sun Dec 28 18:06:33 PST 2014
changes:
- $Acme::Math::XS::VERSION = -1;
- Trying Alt VERSION = -1 scheme.
---
version: 0.0.14
date: Wed Dec 24 23:34:38 PST 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -6,7 +6,7 @@ use Inline::Module;

WriteMakefile(
NAME => 'Alt::Acme::Math::XS::EUMM',
VERSION => '0.0.14',
VERSION => '0.0.15',
ABSTRACT => 'Math is HARD (faster!)',
AUTHOR => 'Ingy döt Net <ingy@cpan.org>',
LICENSE => 'perl',
Expand Down
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 = 'x.x.x';
our $VERSION = -1;

use Exporter 'import';
our @EXPORT = qw(
Expand Down
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.14';
our $VERSION = '0.0.15';

0 comments on commit fb5c2f0

Please sign in to comment.