Skip to content

Commit

Permalink
m-i-0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 15, 2014
1 parent 1c7a990 commit c78ab36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.2
date: Sun Dec 14 22:37:34 PST 2014
changes:
- Change to latest Inline::Module
---
version: 0.0.1
date: Sat Nov 22 06:48:50 UTC 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
@@ -1,7 +1,7 @@
use inc::Module::Install;

name 'Alt-Acme-Math-XS-ModuleInstall';
version '0.0.1';
version '0.0.2';
perl_version '5.8.1';
all_from 'lib/Acme/Math/XS.pod';
inline module => 'Acme::Math::XS';
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.1';
our $VERSION = '0.0.2';

0 comments on commit c78ab36

Please sign in to comment.