Skip to content

Commit

Permalink
xs-0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 21, 2014
1 parent 7bc406b commit aaaa8cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes
@@ -1,4 +1,10 @@
---
version: 0.0.9
date: Sun Dec 21 00:49:55 EST 2014
changes:
- Add MANIFEST.SKIP
- Add utf8 to Makefile.PL
---
version: 0.0.8
date: Wed Dec 17 16:54:58 PST 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -3,7 +3,7 @@ use ExtUtils::MakeMaker;

WriteMakefile(
NAME => 'Acme::Math::XS',
VERSION => '0.0.8',
VERSION => '0.0.9',
ABSTRACT => 'Math is HARD (faster!)',
AUTHOR => 'Ingy döt Net <ingy@cpan.org>',
);
2 changes: 1 addition & 1 deletion lib/Acme/Math/XS.pm
@@ -1,7 +1,7 @@
use strict; use warnings;

package Acme::Math::XS;
our $VERSION = '0.0.8';
our $VERSION = '0.0.9';

use Exporter 'import';
our @EXPORT = qw(add subtract);
Expand Down

0 comments on commit aaaa8cc

Please sign in to comment.