Search results for "module:Sub::Install"
Sub::Install - install subroutines into packages easily
This module makes it easy to install subroutines into packages without the unsightly mess of "no strict" or typeglobs lying about where just anyone can see them....
RJBS/Sub-Install-0.929 - 31 Dec 2022 20:59:25 UTC
Sub::Op - Install subroutines as opcodes.
This module provides a C and Perl API for replacing subroutine calls by custom opcodes. This has two main advantages : * it gets rid of the overhead of a normal subroutine call ; * there's no symbol table entry defined for the subroutine. Subroutine ...
VPIT/Sub-Op-0.02 - 08 Jan 2010 21:37:06 UTC
Sub::Util - A selection of utility subroutines for subs and CODE references
"Sub::Util" contains a selection of utility subroutines that are useful for operating on subs and CODE references. The rationale for inclusion in this module is that the function performs some work for which an XS implementation is essential because ...
PEVANS/Scalar-List-Utils-1.63 - 08 Aug 2022 13:53:51 UTC
Sub::Installer - A cleaner way to install (or reinstall) package subroutines
This module provides two universal methods that any package/class can use to install subroutines in its own namespace....
DCONWAY/Sub-Installer-v0.0.3 - 17 Feb 2006 05:09:51 UTC
Sub::Defer - Defer generation of subroutines until they are first called
These subroutines provide the user with a convenient way to defer creation of subroutines and methods until they are first called....
HAARG/Sub-Quote-2.006008 - 20 Jan 2023 10:28:03 UTC
Sub::Quote - Efficient generation of subroutines via string eval
This package provides performant ways to generate subroutines from strings....
HAARG/Sub-Quote-2.006008 - 20 Jan 2023 10:28:03 UTC
Kavorka::Sub - a function that has been declared
Kavorka::Sub is a role which represents a function declared using Kavorka. Classes implementing this role are used to parse functions, and also to inject Perl code into them. Instances of classes implementing this role are also returned by Kavorka's ...
TOBYINK/Kavorka-0.039 - 27 Jul 2018 17:58:13 UTC
Sub::Exporter - a sophisticated exporter for custom-built routines
ACHTUNG! If you're not familiar with Exporter or exporting, read Sub::Exporter::Tutorial first! Why Generators? The biggest benefit of Sub::Exporter over existing exporters (including the ubiquitous Exporter.pm) is its ability to build new coderefs f...
RJBS/Sub-Exporter-0.989 - 01 Jan 2023 00:35:04 UTC
Sub::SymMethod - symbiotic methods; methods that act a little like BUILD and DEMOLISH
Sub::SymMethod creates hierarchies of methods so that when you call one, all the methods in the inheritance chain (including ones defined in roles) are invoked. They are invoked from the most basal class to the most derived class. Methods defined in ...
TOBYINK/Sub-SymMethod-1.000 - 23 Sep 2022 16:04:12 UTC
Sub::WrapInType - Wrap the subroutine to validate the argument type and return type.
Sub::WrapInType is wrap the subroutine to validate the argument type and return type....
MPOLIIU/Sub-WrapInType-0.08 - 09 Apr 2023 00:26:13 UTC
Sub::MultiMethod - yet another implementation of multimethods
Sub::MultiMethod focusses on implementing the dispatching of multimethods well and is less concerned with providing a nice syntax for setting them up. That said, the syntax provided is inspired by Moose's "has" keyword and hopefully not entirely horr...
TOBYINK/Sub-MultiMethod-1.000 - 23 Sep 2022 15:19:02 UTC
Perinci::Sub::Util - Helper when writing functions
PERLANCAR/Perinci-Sub-Util-0.470
-
20 Oct 2020 10:33:18 UTC
Sub::Exporter::Util - utilities to make Sub::Exporter easier
This module provides a number of utility functions for performing common or useful operations when setting up a Sub::Exporter configuration. All of the utilities may be exported, but none are by default....
RJBS/Sub-Exporter-0.989 - 01 Jan 2023 00:35:04 UTC
Perinci::Sub::Dep::pm - Depend on a Perl module
PERLANCAR/Perinci-Sub-Dep-pm-0.301
-
15 Apr 2022 00:05:41 UTC
Perinci::Sub::To::POD - Generate POD documentation from Rinci function metadata
PERLANCAR/Perinci-To-Doc-0.880
-
25 Nov 2022 00:05:59 UTC
Perinci::Sub::Complete - Complete command-line argument using Rinci metadata
PERLANCAR/Perinci-Sub-Complete-0.946
-
02 Sep 2022 10:58:28 UTC
Sub::Exporter::Lexical - to export lexically-available subs with Sub::Exporter
Sub::Exporter::Lexical provides an alternate installer for Sub::Exporter. Installers are documented in Sub::Exporter's documentation; all you need to know is that by using Sub::Exporter::Lexical's installer, you can import routines into a lexical sco...
RJBS/Sub-Exporter-Lexical-1.000 - 24 Mar 2023 15:18:16 UTC
Perinci::Sub::To::Text - Generate text documentation from Rinci function metadata
PERLANCAR/Perinci-To-Doc-0.880
-
25 Nov 2022 00:05:59 UTC
Perinci::Sub::Normalize - Normalize Rinci function metadata
PERLANCAR/Perinci-Sub-Normalize-0.207
-
20 Dec 2022 04:57:41 UTC
Sub::HandlesVia::Handler - template for a method that can be delegated to
This module is part of Sub::HandlesVia's internal API. It is mostly of interest to people extending Sub::HandlesVia. This module works in conjunction with Sub::HandlesVia::CodeGenerator and subclasses of Sub::HandlesVia::Toolkit to build a string of ...
TOBYINK/Sub-HandlesVia-0.050000 - 05 Apr 2023 21:51:07 UTC