The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Hook-Filter filter"

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

Hook::Filter::Rule - A hook filter rule River stage zero No dependents

A filter rule is a string containing a perl expression that evaluates to either true or false. A rule may contain calls to functions exported by any module under "Hook::Filter::Plugins::"....

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

Hook::Filter::Hooker - Wrap subroutines in a firewalling closure River stage zero No dependents

This module is used internaly by Hook::Filter to generate an anonymous sub that is wrapped around each filtered subroutine and either forwards the call to the subroutine or block it and spoofs return values (undef or an empty list depending on contex...

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

Hook::Filter::RulePool - A pool of filter rules River stage zero No dependents

Hook::Filter::RulePool contains all the filtering rules that should be eval-ed each time a filtered subroutine is called. Using Hook::Filter::RulePool, you can modify the filtering rules at runtime. You can flush all rules or inject new ones....

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

Hook::Filter::Plugins::Library - Usefull functions for writing filter rules River stage zero No dependents

A library of functions usefull when writing filter rules. Those functions should be used inside "Hook::Filter" rules, and nowhere else....

ERWAN/Hook-Filter-0.10 - 26 Aug 2008 08:17:07 UTC
5 results (0.037 seconds)