Skip to content

Commit

Permalink
CPAN Release 0.0.2
Browse files Browse the repository at this point in the history
- Release using latest Inline::Module
  • Loading branch information
ingydotnet committed Dec 15, 2014
1 parent 19778e4 commit 06cd947
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.2
date: Sun Dec 14 23:18:24 PST 2014
changes:
- Release using latest Inline::Module
---
version: 0.0.1
date: Sun Nov 16 09:02:11 PST 2014
changes:
Expand Down
3 changes: 1 addition & 2 deletions Meta
@@ -1,7 +1,7 @@
=meta: 0.0.2

name: Alt-Acme-Math-XS-ZillaDist
version: 0.0.1
version: 0.0.2
abstract: Math is HARD (faster)
homepage: https://metacpan.org/release/Alt-Acme-Math-XS-ZillaDist
language: perl
Expand All @@ -27,7 +27,6 @@ requires:
branch: zild

=zild:
libname: Acme::Math::XS
inline:
module: Acme::Math::XS
metanoindex:
Expand Down
5 changes: 3 additions & 2 deletions ReadMe.pod
Expand Up @@ -8,7 +8,7 @@ See http://github.com/ingydotnet/swim-pm#readme

=head1 NAME

Acme::Math::XS - Math is HARD (faster)
Alt::Acme::Math::XS::ZillaDist - Math is HARD (faster using Zilla::Dist)

=for html
<a href="https://travis-ci.org/ingydotnet/acme-math-xs-pm"><img src="https://travis-ci.org/ingydotnet/acme-math-xs-pm.png" alt="acme-math-xs-pm"></a>
Expand All @@ -22,7 +22,8 @@ Acme::Math::XS - Math is HARD (faster)

=head1 DESCRIPTION

This is the smallest possible XS module written with Inline::C.
This is the smallest possible XS module written with Inline::C. This dist is
released using L<Zilla::Dist>.

=head1 AUTHORS

Expand Down
32 changes: 32 additions & 0 deletions doc/Alt/Acme/Math/XS/ZillaDist.swim
@@ -0,0 +1,32 @@
Alt::Acme::Math::XS::ZillaDist
==============

Math is HARD (faster using Zilla::Dist)

<badge travis coveralls ingydotnet/acme-math-xs-pm>

= Synopsis

use Acme::Math::XS;

print "2 + 2 = ${\add(2, 2)}\n";

= Description

This is the smallest possible XS module written with Inline::C. This dist is
released using [Zilla::Dist].

= Authors

* Ingy döt Net <ingy@cpan.org>
* David Oswald <davido@cpan.org>

= Copyright

Copyright 2014. Ingy döt Net.

This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html

13 changes: 13 additions & 0 deletions lib/Acme/Math/XS/Inline.pm
@@ -0,0 +1,13 @@
# DO NOT EDIT
#
# GENERATED BY: Inline::Module 0.21
#
# 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).

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

1;
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.1';
our $VERSION = '0.0.2';

0 comments on commit 06cd947

Please sign in to comment.