Skip to content

Commit

Permalink
eumm-0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 19, 2014
1 parent 33d7c14 commit f741b6d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.11
date: Thu Dec 18 18:59:44 PST 2014
changes:
- Fix MANIFEST.SKIP
---
version: 0.0.10
date: Thu Dec 18 18:08:58 PST 2014
changes:
Expand Down
5 changes: 4 additions & 1 deletion MANIFEST.SKIP
@@ -1,2 +1,5 @@
.git/
.travis.yml
.travis.yml$
Makefile$
MANIFEST.SKIP$
MYMETA
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.10',
VERSION => '0.0.11',
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 = '0.0.10';
# our $VERSION = '0.0.11';

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.10';
our $VERSION = '0.0.11';

0 comments on commit f741b6d

Please sign in to comment.