EO - A generic base class
This is a base class for the EO module tree. EO is designed to be a well tested, solid, simple, and long living base class that other modules can rely on. EO inherits from Class::Accessor::Chained, and anything that inherits from it can easily create...
JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC - Search in distribution- EO::delegate - delegate responsibility for unresolved messages to another class
Alien - External libraries wrapped up for your viewing pleasure!
The intent of the Alien namespace is to provide a mechanism for specifying, installing and using non-native dependencies on CPAN. Frequently this is a C library used by XS (see perlxs) or FFI (see FFI::Platypus), but it could be anything non-Perl usa...
PLICEASE/Alien-0.96 - 10 Aug 2020 12:58:19 UTC - Search in distribution
types - Perl pragma for strict type checking
This pragma uses the optimzie module to analyze the optree and turn on compile time type checking Currently we support int, float, number ,string and user defined classes, the implict casting rules are as follows. int < > number int > float float < >...
ABERGMAN/types-0.05 - 12 Aug 2002 13:20:58 UTC - Search in distribution
optimizer - Write your own Perl optimizer, in Perl
This module allows you to replace the default Perl optree optimizer, "peep", with a Perl function of your own devising. It requires a Perl > 5.8 or patched with the plugpeep patch supplied with the module distribution; this patch allows the optimizer...
RURBAN/optimizer-0.08 - 28 Feb 2012 18:49:26 UTC - Search in distribution
optimize - Pragma for hinting optimizations on variables
optimize allows you to use attributes to turn on optimizations. It works as a framework for different optimizations....
RURBAN/optimize-0.05 - 08 Sep 2011 10:39:40 UTC - Search in distribution- optimize::int - Turn on integer ops for specified variables
Hook::Scope - Perl extension for adding hooks for exiting a scope
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 - Search in distribution
Acme::CPANAuthors::POE - We are CPAN Authors of POE
This class provides a hash of POE namespace CPAN Authors' PAUSE ID and name to the Acme::CPANAuthors module. It is currently statically generated information, I hope to make it dynamic in the future....
BINGOS/Acme-CPANAuthors-POE-0.86 - 01 May 2020 11:02:17 UTC - Search in distribution
Log::Dispatch::Win32EventLog - Class for logging to the Windows NT Event Log
Log::Dispatch::Win32EventLog is a subclass of Log::Dispatch::Output, which inserts logging output into the windows event registry. METHODS new $log = Log::Dispatch::Win32EventLog->new(%params); This method takes a hash of parameters. The following op...
DLAND/Log-Dispatch-Win32EventLog-0.14 - 21 Oct 2007 11:05:32 UTC - Search in distribution
Time::Duration::sv - rounded or exact Swedish expression of durations
This module provides functions for expressing durations in rounded or exact terms....
ABERGMAN/Time-Duration-sv-1.01 - 09 Oct 2002 06:45:31 UTC - Search in distribution