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

Search results for "module:Hook::"

Rex::Hook - manage Rex hooks River stage two • 18 direct dependents • 18 total dependents

This module manages hooks of various Rex functions....

FERKI/Rex-1.14.3 - 05 Aug 2023 19:38:49 UTC

SVN::Hook - Managing subversion hooks River stage zero No dependents

"SVN::Hook" provides a programmable interface to manage hook scripts for Subversion. See svnhook for the CLI usage....

CLKAO/SVN-Hook-0.28 - 19 Sep 2007 22:20:28 UTC

Nile::Hook - Hook class for the Nile framework. River stage zero No dependents

Nile::Hook - Hook class for the Nile framework....

MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC

fork::hook - implements functions that called after fork, in child process. River stage zero No dependents

fork::hook replace origin PL_ppaddr[OP_FORK] on my own fork handler. In 'handler', i iterate over perl arena, and call AFTER_FORK for packages stash, or AFTER_FORK_OBJ blessed ref....

HAMMER/fork-hook-0.02 - 12 Oct 2016 09:56:44 UTC

Wasm::Hook - Automatically load WebAssembly modules without a Perl wrapper River stage one • 1 direct dependent • 1 total dependent

WARNING: WebAssembly and Wasmtime are a moving target and the interface for these modules is under active development. Use with caution. This module installs an @INC hook that automatically loads WebAssembly (Wasm) files so that they can be used like...

PLICEASE/Wasm-0.23 - 04 Nov 2022 12:33:36 UTC

Hook::Queue - define a queue of handlers River stage one • 1 direct dependent • 1 total dependent

Hook::Queue provides a mechanism for stacking global handlers in a queue of routines that will take an attempt at answering the subroutine call addressed to it. For each subroutine that joins the queue, it can either return a canonical answer, or ind...

RCLAMP/Hook-Queue-1.21 - 30 Apr 2004 10:18:58 UTC

Class::Hook - Add hooks on methods from other classes River stage one • 1 direct dependent • 1 total dependent

Class::Hook enables you to trace methods calls from your code to other classes. Instead of putting 'use Foo;' in your code, simply type 'use Class::Hook;'. The class Foo is unknown in your code. It will be magically caught by Class::Hook which will c...

JANITOR/Class-Hook-0.06 - 12 Apr 2021 21:03:46 UTC

Hook::Scope - Perl extension for adding hooks for exiting a scope River stage zero No dependents

POST "POST" takes a reference to a subroutine or a subroutine name and will register that subroutine to be executed when the scope is left. Note that even if the scope is left using die(), the subroutine will be executed. EXPORT None by default. POST...

ABERGMAN/Hook-Scope-0.04 - 01 Jan 2003 20:17:58 UTC

Hook::Heckle - create pre and post hooks River stage zero No dependents

Creating hooks to subroutines is issued by many other cpan modules. See * Class::Hook * Hook::Scope * Hook::WrapSub * Hook::LexWrap * Hook::PrePostCall But this didnt kept me from writing a new one. It is a base class and can be inherited. CLASSES Ho...

MUENALAN/Hook-Heckle-0.01.01 - 17 Feb 2003 23:35:21 UTC

Aspect::Hook - Holding area for internal generated code River stage two • 10 direct dependents • 13 total dependents

During the weaving process Aspect needs do a large amount of code generation and it is important that this generated code is kept away from the target packages to prevent accidental collisions and other pollution. To prevent this, all of the generate...

ADAMK/Aspect-1.04 - 09 Apr 2013 05:38:16 UTC

Hook::Filter - A runtime firewall for subroutine calls River stage zero No dependents

Hook::Filter is a runtime firewall for subroutine calls. Hook::Filter lets you wrap one or more subroutines with a filter that either forwards calls to the subroutine or blocks them, depending on a number of rules that you define yourself. Each rule ...

ERWAN/Hook-Filter-0.10 - 26 Aug 2008 08:17:07 UTC

Dancer::Hook - Class to manipulate hooks with Dancer River stage three • 214 direct dependents • 218 total dependents

Manipulate hooks with Dancer...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Muster::Hook - Muster hook base class River stage zero No dependents

Muster::Hook is an abstract base class for Muster hooks. A hook will be used in both the scanning phase and the assembly phase, so it needs to be told which it is....

RUBYKAT/Muster-0.62 - 11 Oct 2017 20:46:34 UTC

Hook::WrapSub - wrap subs with pre- and post-call hooks River stage one • 1 direct dependent • 2 total dependents

This module lets you wrap a function, providing one or both of functions that are called just before and just after, whenever the wrapped function is called. There are a number of other modules that provide the same functionality as this module, some...

JANITOR/Hook-WrapSub-0.08 - 02 Jul 2021 08:31:14 UTC

Hook::LexWrap - Lexically scoped subroutine wrappers River stage three • 23 direct dependents • 122 total dependents

Hook::LexWrap allows you to install a pre- or post-wrapper (or both) around an existing subroutine. Unlike other modules that provide this capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap implements wrappers in such a way that the st...

ETHER/Hook-LexWrap-0.26 - 23 Feb 2017 05:43:36 UTC

Hook::Modular - Making pluggable applications easy River stage one • 1 direct dependent • 1 total dependent

Hook::Modular makes writing pluggable applications easy. Use a config file to specify which plugins you want and to pass options to those plugins. The program to support those plugin then subclasses Hook::Modular and bootstraps itself. This causes th...

MARCEL/Hook-Modular-1.101050 - 15 Apr 2010 16:02:27 UTC

PiFlash::Hook - named dispatch/hook library for PiFlash River stage zero No dependents

IKLUFT/PiFlash-0.4.3 - 23 Mar 2019 17:36:04 UTC

Require::Hook - Namespace for require() hooks River stage one • 1 direct dependent • 1 total dependent

NOTE: Please see Require::HookPlugin instead which largely supersedes this. As one already understands, Perl lets you put coderefs or objects in @INC as "hooks". This lets you do all sorts of things when it comes to loading modules, for example: * fa...

PERLANCAR/Require-Hook-0.004 - 23 Feb 2024 02:00:16 UTC

Tangerine::Hook - A simple hook class River stage one • 1 direct dependent • 1 total dependent

Hooks are the workhorses of Tangerine, examining the actual code and returning Tangerine::HookData where applicable. Every hook has a type, which can be one of 'package', 'compile' or 'runtime', set by the caller and determining what she is intereste...

CONTYK/Tangerine-0.23 - 23 Oct 2016 20:37:55 UTC

Hook::PrePostCall - Add actions before and after a routine (alpha 1.2) River stage zero No dependents

"new()" creates a new object of the Hook::PrePostCall class. Arguments of the new method are: 1. the name of the primary routine you want to "overload", 2. an anonymous routine to call before the primary routine, 3. an anonumous routine to call after...

PVERD/HookPrePostCall-1.2 - 22 Oct 1997 16:04:59 UTC
189 results (0.024 seconds)