Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update doc
  • Loading branch information
ingydotnet committed Dec 20, 2014
1 parent 6c6b3b7 commit 7e64c29
Showing 1 changed file with 50 additions and 4 deletions.
54 changes: 50 additions & 4 deletions lib/Acme/Math/XS.pod
@@ -1,18 +1,17 @@
=pod

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

=encoding utf8

=head1 NAME

Acme::Math::XS - Math is HARD (faster)
Acme::Math::XS - 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>
<a href="https://coveralls.io/r/ingydotnet/acme-math-xs-pm?branch=master"><img src="https://coveralls.io/repos/ingydotnet/acme-math-xs-pm/badge.png" alt="acme-math-xs-pm"></a>

=head1 SYNOPSIS

Expand All @@ -22,7 +21,54 @@ Acme::Math::XS - Math is HARD (faster)

=head1 DESCRIPTION

This is the smallest possible XS module written with Inline::C.
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
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>

=head1 SEE

=over

=item L<Acme::Math::XS>

Pure XS version, shipped with L<ExtUtils::MakeMaker>.

=item L<Alt::Acme::Math::XS::EUMM>

L<Inline::Module> (using L<Inline::C>) version shipped with plain old
L<ExtUtils::MakeMaker>.

=item L<Alt::Acme::Math::XS::DistZilla>

L<Inline::Module> version shipped with L<Dist::Zilla> and
L<Dist::Zilla::Plugin::InlineModule>.

=item L<Alt::Acme::Math::XS::ZillaDist>

L<Inline::Module> version shipped with L<Zilla::Dist>.

=item L<Alt::Acme::Math::XS::ModuleBuild>

L<Inline::Module> version shipped with L<Module::Build> and
L<Module::Build::InlineModule>.

=item L<Alt::Acme::Math::XS::ModuleInstall>

L<Inline::Module> version shipped with L<Module::Build> and
L<Module::Build::InlineModule>.

=item L<Alt::Acme::Math::XS::CPP>

L<Inline::Module> (using L<Inline::CPP>) version shipped with
L<ExtUtils::MakeMaker>.

=back

=head1 AUTHORS

Expand Down

0 comments on commit 7e64c29

Please sign in to comment.