Skip to content

Commit

Permalink
m-b-0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 25, 2014
1 parent 792a9b3 commit f36ca56
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -7,7 +7,7 @@ Module::Build::InlineModule->new(
dist_name => 'Alt-Acme-Math-XS-ModuleBuild',
dist_abstract => 'Math is HARD (faster)',
dist_author => 'Ingy döt Net <ingy@cpan.org>',
dist_version => '0.0.5',
dist_version => '0.0.6',
license => 'perl',
requires => {
'Test::More' => 0,
Expand Down
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.6
date: Wed Dec 24 23:44:36 PST 2014
changes:
- Build in .inline now
---
version: 0.0.5
date: Mon Dec 22 14:07:38 PST 2014
changes:
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.5';
# our $VERSION = 'x.x.x';

use Exporter 'import';
our @EXPORT = qw(
Expand Down
2 changes: 1 addition & 1 deletion lib/Acme/Math/XS/Inline.pm
@@ -1,6 +1,6 @@
# DO NOT EDIT
#
# GENERATED BY: Inline::Module 0.25
# GENERATED BY: Inline::Module 0.30
#
# This module is for author-side development only. When this module is shipped
# to CPAN, it will be automagically replaced with content that does not
Expand Down
2 changes: 1 addition & 1 deletion lib/Alt/Acme/Math/XS/ModuleBuild.pm
@@ -1,2 +1,2 @@
package Alt::Acme::Math::XS::ModuleBuild;
our $VERSION = '0.0.5';
our $VERSION = '0.0.6';

0 comments on commit f36ca56

Please sign in to comment.