Module::Starter::XSimple

Module::Starter::XSimple is a Perl module to create XS modules with Module::Starter.
Download

Module::Starter::XSimple Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • John Peacock
  • Publisher web site:
  • http://search.cpan.org/~jpeacock/Math-Currency-0.46/lib/Math/Currency.pm

Module::Starter::XSimple Tags


Module::Starter::XSimple Description

Module::Starter::XSimple is a Perl module to create XS modules with Module::Starter. Module::Starter::XSimple is a Perl module to create XS modules with Module::Starter.Replacement class for Module::Starter::Simple.Can be used in two ways:Using the commandline Pass as an override class to the module-starter script: module-starter --module= --class=Module::Starter::XSimpleUsing a config file Create a .module-starter/config file with at least the following: author: your name email: your_address@example.com builder: Module::Build plugins: Module::Starter::XSimpleAt present, M::S::XSimple only supports Module::Build, because the XS and associated files locations are different between Module::Build and ExtUtils::ModuleMaker.All methods are replacements or additions to the methods provided by Module::Starter::Simple.Build_PL_gutsCreates the custom Build.PL file for the generated module.create_modulesCreates the .PM, .XS, and typemap files for each requested module. Calls the following three subs:module_gutsGenerates the .PM file from skeleton code.xsmodule_gutsGenerates the .XS file from skeleton code.typemap_gutsGenerates the typemap file from skeleton code.module_path_createReplacement sub for M::S::Simple routine; permits the caller to set the file extension when creating non .PM files.rtnameGenerate the special e-mail address to use when reporting bugs via rt.cpan.org.t_gutsAdd additional test files. Requirements: · Devel::PPPort · Module::Starter · Test::More · version · Perl


Module::Starter::XSimple Related Software