Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
m-b-0.0.3
  • Loading branch information
ingydotnet committed Dec 18, 2014
1 parent 8395b88 commit af0f53e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -6,7 +6,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.2',
dist_version => '0.0.3',
license => 'perl',
requires => {
'Test::More' => 0,
Expand Down
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.3
date: Thu Dec 18 00:18:00 PST 2014
changes:
- Update stub module
---
version: 0.0.2
date: Wed Dec 17 23:53:32 PST 2014
changes:
Expand Down
9 changes: 6 additions & 3 deletions lib/Acme/Math/XS/Inline.pm
@@ -1,13 +1,16 @@
# DO NOT EDIT
#
# GENERATED BY: Inline::Module 0.23
# GENERATED BY: Inline::Module 0.25
#
# 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
# require any Inline framework modules (or any other non-core modules).
#
# To regenerate this stub module, run this command:
#
# perl -MInline::Module=makestub,Acme::Math::XS::Inline

use strict; use warnings;
package Acme::Math::XS::Inline;
use Inline::Module 'v1' => '0.23';

use Inline::Module stub => 'v2';
1;
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.2';
our $VERSION = '0.0.3';

0 comments on commit af0f53e

Please sign in to comment.