NAME Acme::Math::XS - Math is HARD (faster) SYNOPSIS use Acme::Math::XS; print "2 + 2 = ${\add(2, 2)}\n"; DESCRIPTION This is a tiny example XS module. It was written to show how one would write the same thing using Inline::Module, Inline::C and Inline. See these other example modules: * Alt::Acme::Math::XS::EUMM * Alt::Acme::Math::XS::DistZilla * Alt::Acme::Math::XS::ZillaDist * Alt::Acme::Math::XS::ModuleBuild * Alt::Acme::Math::XS::ModuleInstall * Alt::Acme::Math::XS::CPP The source code for all these modules is in one git repository, on separate branches: AUTHORS * Ingy döt Net * David Oswald 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