# Alt-Acme-Math-XS-EUMM **Repository Path**: mirrors_gitpan/Alt-Acme-Math-XS-EUMM ## Basic Information - **Project Name**: Alt-Acme-Math-XS-EUMM - **Description**: Read-only release history for Alt-Acme-Math-XS-EUMM - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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, Inline::C and 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: SEE Acme::Math::XS Pure XS version, shipped with ExtUtils::MakeMaker. Alt::Acme::Math::XS::EUMM Inline::Module (using Inline::C) version shipped with plain old ExtUtils::MakeMaker. Alt::Acme::Math::XS::DistZilla Inline::Module version shipped with Dist::Zilla and Dist::Zilla::Plugin::InlineModule. Alt::Acme::Math::XS::ZillaDist Inline::Module version shipped with Zilla::Dist. Alt::Acme::Math::XS::ModuleBuild Inline::Module version shipped with Module::Build and Module::Build::InlineModule. Alt::Acme::Math::XS::ModuleInstall Inline::Module version shipped with Module::Build and Module::Build::InlineModule. Alt::Acme::Math::XS::CPP Inline::Module (using Inline::CPP) version shipped with ExtUtils::MakeMaker. 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