Skip to content

Commit

Permalink
CPAN Release 0.0.4
Browse files Browse the repository at this point in the history
- Build in .inline
  • Loading branch information
ingydotnet committed Dec 25, 2014
1 parent f6b178c commit 1a3301f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
# DO NOT EDIT
#
# This .travis.yml file generated by Zilla-Dist-0.0.176.
# This .travis.yml file generated by Zilla-Dist-0.0.179.
#
# To update it, run:
#
Expand Down
2 changes: 1 addition & 1 deletion About
Expand Up @@ -89,4 +89,4 @@ for up-to-date instructions.



# This file generated by Zilla-Dist-0.0.176
# This file generated by Zilla-Dist-0.0.179
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.4
date: Wed Dec 24 23:57:24 PST 2014
changes:
- Build in .inline
---
version: 0.0.3
date: Thu Dec 18 11:00:45 PST 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Meta
@@ -1,7 +1,7 @@
=meta: 0.0.2

name: Alt-Acme-Math-XS-ZillaDist
version: 0.0.3
version: 0.0.4
abstract: Math is HARD (faster)
homepage: https://metacpan.org/release/Alt-Acme-Math-XS-ZillaDist
language: 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 = '0.0.4';

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/ZillaDist.pm
@@ -1,2 +1,2 @@
package Alt::Acme::Math::XS::ZillaDist;
our $VERSION = '0.0.3';
our $VERSION = '0.0.4';

0 comments on commit 1a3301f

Please sign in to comment.