Skip to content

Commit

Permalink
CPAN Release 0.0.5
Browse files Browse the repository at this point in the history
- Update docs
  • Loading branch information
ingydotnet committed Jan 1, 2015
1 parent 1a3301f commit e1af173
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 50 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,10 +1,10 @@
# DO NOT EDIT
#
# This .travis.yml file generated by Zilla-Dist-0.0.179.
# This .travis.yml file generated by Zilla-Dist-0.0.186.
#
# To update it, run:
#
# > zild make update
# > zild update
#

language: perl
Expand Down
12 changes: 6 additions & 6 deletions About
Expand Up @@ -7,7 +7,7 @@ This repository contains the source code for the Perl 5 module distribution:

by Ingy döt Net

Copyright 2014. Ingy döt Net.
Copyright 2014-2015. Ingy döt Net.

License
-------
Expand Down Expand Up @@ -37,7 +37,7 @@ Open Source

The code for Alt-Acme-Math-XS-ZillaDist is hosted at GitHub. The URL is:

https://github.com/ingydotnet/alt-acme-math-xs-zilladist-pm
https://github.com/ingydotnet/acme-math-xs-pm

This project uses the Zilla-Dist framework for development and release
automation. You install it with:
Expand Down Expand Up @@ -70,10 +70,10 @@ This repoository contains the following top level files and directories:
Resources
---------

Source - https://github.com/ingydotnet/alt-acme-math-xs-zilladist-pm
Source - https://github.com/ingydotnet/acme-math-xs-pm
Release - https://metacpan.org/release/Alt-Acme-Math-XS-ZillaDist
Bugs - https://github.com/ingydotnet/alt-acme-math-xs-zilladist-pm/issues
Pulls - https://github.com/ingydotnet/alt-acme-math-xs-zilladist-pm/pulls
Bugs - https://github.com/ingydotnet/acme-math-xs-pm/issues
Pulls - https://github.com/ingydotnet/acme-math-xs-pm/pulls
IRC - irc.perl.org#inline

Contributing
Expand All @@ -89,4 +89,4 @@ for up-to-date instructions.



# This file generated by Zilla-Dist-0.0.179
# This file generated by Zilla-Dist-0.0.186
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.5
date: Thu Jan 1 00:10:42 PST 2015
changes:
- Update docs
---
version: 0.0.4
date: Wed Dec 24 23:57:24 PST 2014
changes:
Expand Down
14 changes: 10 additions & 4 deletions Meta
@@ -1,12 +1,12 @@
=meta: 0.0.2

name: Alt-Acme-Math-XS-ZillaDist
version: 0.0.4
version: 0.0.5
abstract: Math is HARD (faster)
homepage: https://metacpan.org/release/Alt-Acme-Math-XS-ZillaDist
language: perl
license: perl
copyright: 2014
copyright: 2014-2015

author:
name: Ingy döt Net
Expand All @@ -16,16 +16,22 @@ author:
twitter: ingydotnet
freenode: ingy

authors:
- name: David Oswald
email: davido@cpan.org

devel:
git: https://github.com/ingydotnet/alt-acme-math-xs-zilladist-pm
bug: https://github.com/ingydotnet/alt-acme-math-xs-zilladist-pm/issues
git: https://github.com/ingydotnet/acme-math-xs-pm
bug: https://github.com/ingydotnet/acme-math-xs-pm/issues
irc: irc.perl.org#inline

requires:
perl: 5.8.1

branch: zild

badge: travis

=zild:
libname: Acme::Math::XS
inline:
Expand Down
30 changes: 13 additions & 17 deletions ReadMe.pod
@@ -1,25 +1,25 @@
=pod

=for comment
DO NOT EDIT. This Pod was generated by Swim v0.1.31.
DO NOT EDIT. This Pod was generated by Swim v0.1.34.
See http://github.com/ingydotnet/swim-pm#readme

=encoding utf8

=head1 NAME
=head1 Name

Acme::Math::XS - Math is HARD (faster!)
Alt::Acme::Math::XS::ZillaDist - Math is HARD (faster)

=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>

=head1 SYNOPSIS
=head1 Synopsis

use Acme::Math::XS;

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

=head1 DESCRIPTION
=head1 Description

This is a tiny example "XS" module. It was written to show how one would write
the same thing using L<Inline::Module>, L<Inline>, L<Inline::C> and
Expand All @@ -28,10 +28,10 @@ L<Inline::CPP>.
It has a pure "XS" version and "Alt"(ternate) modules for all the common CPAN
module frameworks.

The source code for all these modules is in one git repository, on separate
branches: <https://github.com/ingydotnet/acme-math-xs-pm>
The source code for all these modules is in one git repository, on
separate branches:

=head1 SEE
=head1 See

=over

Expand Down Expand Up @@ -70,19 +70,15 @@ L<ExtUtils::MakeMaker>.

=back

=head1 AUTHORS
=head1 Authors

=over

=item * Ingy döt Net <ingy@cpan.org>
Ingy döt Net <ingy@cpan.org>

=item * David Oswald <davido@cpan.org>

=back
David Oswald <davido@cpan.org>

=head1 COPYRIGHT
=head1 Copyright and License

Copyright 2014. Ingy döt Net.
Copyright 2014-2015. Ingy döt Net.

This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
Expand Down
21 changes: 2 additions & 19 deletions doc/Acme/Math/XS.swim
@@ -1,9 +1,4 @@
Acme::Math::XS
==============

Math is HARD (faster!)

<badge travis ingydotnet/acme-math-xs-pm>
<<<cpan-head>>>

= Synopsis

Expand Down Expand Up @@ -57,16 +52,4 @@ branches: <https://github.com/ingydotnet/acme-math-xs-pm>
[Inline::Module] (using [Inline::CPP]) version shipped with
[ExtUtils::MakeMaker].

= 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
<<<cpan-tail>>>
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.4';
our $VERSION = '0.0.5';

use Exporter 'import';
our @EXPORT = qw(
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.4';
our $VERSION = '0.0.5';

0 comments on commit e1af173

Please sign in to comment.