Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cpp-0.0.4
  • Loading branch information
ingydotnet committed Dec 23, 2014
1 parent 358943c commit 25e4a0c
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.4
date: Tue Dec 23 12:22:26 PST 2014
changes:
- Fix smoker bug w/ Inline-Module-0.29
---
version: 0.0.3
date: Sun Dec 21 00:23:47 EST 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::CPP',
VERSION => '0.0.3',
VERSION => '0.0.4',
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.3';
# our $VERSION = 'x.x.x';

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

0 comments on commit 25e4a0c

Please sign in to comment.