Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
m-i-0.0.5
  • Loading branch information
ingydotnet committed Dec 21, 2014
1 parent b3c600f commit 2b00529
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.5
date: Sun Dec 21 00:46:21 EST 2014
changes:
- Add a MANIFEST.SKIP
---
version: 0.0.4
date: Thu Dec 18 19:19:32 PST 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -5,7 +5,7 @@ use inc::Module::Install;
name 'Alt-Acme-Math-XS-ModuleInstall';
abstract 'Math is HARD (faster!)';
author 'Ingy döt Net <ingy@cpan.org>';
version '0.0.4';
version '0.0.5';
perl_version '5.8.1';
license 'perl';
inline module => 'Acme::Math::XS';
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.4';
# our $VERSION = '0.0.5';

use Exporter 'import';
our @EXPORT = qw(
Expand Down
2 changes: 1 addition & 1 deletion lib/Alt/Acme/Math/XS/ModuleInstall.pm
@@ -1,2 +1,2 @@
package Alt::Acme::Math::XS::ModuleInstall;
our $VERSION = '0.0.4';
our $VERSION = '0.0.5';

0 comments on commit 2b00529

Please sign in to comment.