Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dzil-0.0.3
  • Loading branch information
ingydotnet committed Dec 18, 2014
1 parent 7fe8163 commit dc24a7a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.3
date: Thu Dec 18 00:27:10 PST 2014
changes:
- Release with Inline-Module-0.25
---
version: 0.0.2
date: Fri Dec 12 19:19:30 EST 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -3,7 +3,7 @@ abstract = Dist::Zilla version of Acme::Math::XS
author = Ingy döt Net <ingy@cpan.org>
license = Perl_5
copyright_holder = Ingy döt Net
version = 0.0.2
version = 0.0.3

[@Filter]
-bundle = @Basic
Expand Down
10 changes: 6 additions & 4 deletions lib/Acme/Math/XS/Inline.pm
@@ -1,14 +1,16 @@
# DO NOT EDIT
#
# GENERATED BY: Inline::Module 0.11
# 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 base 'Inline';
use Inline::Module 'v1' => '0.11';

use Inline::Module stub => 'v2';
1;
2 changes: 1 addition & 1 deletion lib/Alt/Acme/Math/XS/DistZilla.pm
@@ -1,2 +1,2 @@
package lib::Alt::Acme::Math::XS::DistZilla;
our $VERSION = '0.0.2';
our $VERSION = '0.0.3';

0 comments on commit dc24a7a

Please sign in to comment.