The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Inline::Module"

Inline::Module - Support for Inline-based CPAN Extension Modules River stage one • 5 direct dependents • 6 total dependents

This module provides support and documentation for creating and maintaining CPAN extension modules. ie Writing XS modules without having to learn XS. The Inline::Module::Tutorial explains the simple processes involved. When used from a "Makefile.PL",...

INGY/Inline-Module-0.34 - 17 Feb 2015 15:18:44 UTC - Search in distribution

Inline::Wrapper::Module - Internal object wrapper for individual Inline modules. River stage zero No dependents

Inline::Wrapper::Module is used internally by Inline::Wrapper, and should not be used directly. It will croak if you attempt to do so. It is a descendent class of Inline::Wrapper....

INFIDEL/Inline-Wrapper-0.05 - 10 Mar 2010 09:30:58 UTC - Search in distribution

Inline::Module::LeanDist - Develop your module with Inline but distribute lean XS River stage zero No dependents

This module is heavily inspired by Inline::Module. I wrote it because I wanted to be able to use Inline during development, but ship distributions that have no dependencies on it or any other module (for example Inline::Filters and its plugins). I wa...

FRACTAL/Inline-Module-LeanDist-0.101 - 13 Jan 2015 07:33:55 UTC - Search in distribution

lib/Module/Install/Inline.pm River stage three • 98 direct dependents • 178 total dependents

ETHER/Module-Install-1.21 - 28 Apr 2023 08:32:10 UTC - Search in distribution

tlib/Test/Module/Inline.pm River stage zero No dependents

DCONWAY/Test-Subunits-0.000003 - 28 Apr 2015 22:17:34 UTC - Search in distribution

Module::Build::InlineModule - Module::Build Support for Inline::Module River stage zero No dependents

Wow!...

INGY/Module-Build-InlineModule-0.04 - 25 Dec 2014 08:16:58 UTC - Search in distribution

Module::Install::InlineModule - Module::Install Support for Inline::Module River stage zero No dependents

This module adds the "inline" directive to Module::Install. You can use it to ship Inline::Module based modules....

INGY/Module-Install-InlineModule-0.03 - 25 Dec 2014 08:17:04 UTC - Search in distribution

lib/Acme/Math/XS/Inline.pm River stage zero No dependents

INGY/Alt-Acme-Math-XS-ModuleBuild-0.0.6 - 25 Dec 2014 07:48:59 UTC - Search in distribution

Module::Starter::Plugin::InlineStore - inline module template files River stage zero No dependents

This Module::Starter plugin is intended to be loaded after Module::Starter::Plugin::Template. It implements the "templates" method, required by the Template plugin. The "InlineStore" plugin stores all the required templates in a single file, delimite...

RJBS/Module-Starter-Plugin-SimpleStore-0.144 - 23 Dec 2011 19:13:39 UTC - Search in distribution

Dist::Zilla::Plugin::InlineModule - Dist::Zilla Plugin for Inline::Module River stage zero No dependents

This module provides support for Inline::Module in Dist::Zilla....

INGY/Dist-Zilla-Plugin-InlineModule-0.07 - 02 Jan 2015 17:36:07 UTC - Search in distribution

Inline::Spew - Inline module for Spew River stage zero No dependents

Inline::Spew is an Inline module for the Spew language. Spew is a random-grammar walker for generating random text strings controlled by a grammar. Each Inline invocation defines a single subroutine, named "spew" by default. The subroutine takes a si...

MERLYN/Inline-Spew-0.02 - 26 Mar 2005 18:19:24 UTC - Search in distribution

thanks - inline packages easily River stage one • 6 direct dependents • 8 total dependents

This module asks Perl politely not to load a module you don't want loading. It's just a polite request; we're not forcing Perl to do anything it doesn't want to. And if the module is already loaded, then we won't try to unload it or anything like tha...

TOBYINK/thanks-0.005 - 12 Nov 2013 15:41:09 UTC - Search in distribution

Inline-FAQ - The Inline FAQ River stage three • 66 direct dependents • 127 total dependents

Welcome to the official Inline FAQ. In this case, FAQ means: Formerly Answered Questions This is a collection of old, long-winded emails that myself and others have sent to the Inline mailing list. (inline@perl.org) They have been reviewed and edited...

INGY/Inline-0.86 - 09 Jan 2020 05:20:53 UTC - Search in distribution

Inline::Echo - A demo module using Inline::Interp River stage one • 1 direct dependent • 1 total dependent

This module is a demonstration of how to use Inline::Interp and is used for testing Inline::Interp. It creates functions that echo their contents using the IO layer....

IAMCAL/Inline-Interp-0.06 - 09 Mar 2012 09:05:25 UTC - Search in distribution

Inline::Perl - Inline module for another Perl interpreter River stage zero No dependents

This module allows you to add blocks of Perl code to your Perl scripts and modules. This allows you to run them in another interperter, and then examine the results. All user-defined procedures in the inlined Perl code will be available as normal sub...

AUTRIJUS/Inline-Perl-0.01 - 23 Dec 2004 21:29:36 UTC - Search in distribution

Inline::C - C Language Support for Inline River stage two • 43 direct dependents • 76 total dependents

"Inline::C" is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use Inline with the C pr...

ETJ/Inline-C-0.82 - 02 Mar 2022 15:39:05 UTC - Search in distribution

Inline::Mason - Inline Mason Script River stage zero No dependents

This module enables you to embed mason scripts in your perl code. Using it is simple, much is shown in the above. OPTIONS as_subs Invoking Inline::Mason with it may let you treat virtual files as subroutines and call them directly. passive If it is p...

XERN/Inline-Mason-0.07 - 13 Apr 2004 00:33:06 UTC - Search in distribution

JDBC - Perl 5 interface to Java JDBC (via Inline::Java) River stage zero No dependents

This JDBC module provides an interface to the Java "java.sql.*" and "javax.sql.*" JDBC APIs....

RUSST/JDBC-0.02 - 21 Feb 2014 15:26:28 UTC - Search in distribution

Inline::MzScheme - Inline module for the PLT MzScheme interpreter River stage zero No dependents

This module allows you to add blocks of Scheme code to your Perl scripts and modules. All user-defined procedures in your Scheme code will be available as Perl subroutines; association lists and hash tables are available as Perl hash refereces; lists...

AUTRIJUS/Inline-MzScheme-0.05 - 13 Jun 2004 04:32:33 UTC - Search in distribution

Inline::Guile - Inline module for the GNU Guile Scheme interpreter River stage zero No dependents

This module allows you to add blocks of Scheme code to your Perl scripts and modules. Any procedures you define in your Scheme code will be available in Perl. For information about handling Guile data in Perl see Guile. This module is mostly a wrappe...

SAMTREGAR/Inline-Guile-0.001 - 22 Jul 2001 18:46:39 UTC - Search in distribution
781 results (0.121 seconds)