Search results for "module:Module::Compile"
Module::Compile::TT - Preprocess Perl code with Template Toolkit and Module::Compile.
See tt for the actual documentation. This is mostly just a placeholder for declaring prettier dependancies....
NUFFIN/Module-Compile-TT-0.02 - 17 Sep 2007 01:49:08 UTC
Module::Compile::Simple - Even Simpler Perl Module Compilation
"Module::Compile::Simple" makes it easier to write Module::Compile modules, doing compile-time source filtering. After using "Module::Compile::Simple", apply transformation on $source....
CLKAO/Module-Compile-Simple-0.24 - 29 Mar 2006 02:26:04 UTC
lib/RPerl/CompileUnit/Module/Package/Template.pm
WBRASWELL/RPerl-7.000000
-
05 Jul 2020 01:35:58 UTC
Module::Crypt - Encrypt your Perl code and compile it into XS
AAR/Module-Crypt-0.06
-
22 Jan 2012 10:25:53 UTC
Module::Info - Information about Perl modules
Module::Info gives you information about Perl modules without actually loading the module. It actually isn't specific to modules and should work on any perl code....
NEILB/Module-Info-0.37 - 01 Nov 2015 15:33:55 UTC
Module::Pragma - Support for implementation of pragmas
With perl 5.10.0 you can write lexical pragma modules, which influence some aspect of the compile time or run time behavior of Perl programs. Module::Pragma helps to write such a module. Module::Pragma supports bitmask-based options. That is, a subpr...
GFUJI/Module-Pragma-0.02 - 02 Mar 2008 02:53:23 UTC
Detect::Module - allows to autodetect Perl modules
This module is used for autodetection of Perl modules. The functions in this module accept a list of module names, from which the first one that can be loaded using require() is used....
RPOLZER/Detect-Module-1.2 - 09 May 2002 14:04:34 UTC
Module::Runtime - runtime module handling
The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure. The parts of this module tha...
ZEFRAM/Module-Runtime-0.016 - 17 Oct 2017 20:29:23 UTC
Module::ScanDeps - Recursively scan Perl code for dependencies
This module scans potential modules used by perl programs, and returns a hash reference; its keys are the module names as appears in %INC (e.g. "Test/More.pm"); the values are hash references with this structure: { file => '/usr/local/lib/perl5/5.8.0...
RSCHUPP/Module-ScanDeps-1.31 - 21 Apr 2021 14:17:01 UTC
Module::CAPIMaker - Provide a C API for your XS modules
If you are the author of a Perl module written using XS. Using Module::CAPIMaker you will be able to provide your module users with an easy and efficient way to access its functionality directly from their own XS modules. UNDER THE HOOD The exporting...
SALVA/Module-CAPIMaker-0.01 - 17 Jul 2012 10:42:37 UTC
Module::Build::FFI::Rust - (Deprecated) Build Perl extensions in Rust with FFI
Note: This module is deprecated, please see FFI::Build for another way to bundle Rust code with your Perl distribution. Module::Build::FFI variant for writing Perl extensions in Rust with FFI (sans XS)....
PLICEASE/Module-Build-FFI-0.54 - 07 Jul 2020 22:07:31 UTC