Search results for "module:mro"
mro - Method Resolution Order
The "mro" namespace provides several utilities for dealing with method resolution order and method caching in general. These interfaces are only available in Perl 5.9.5 and higher. See MRO::Compat on CPAN for a mostly forwards compatible implementati...
PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC
mro - Method Resolution Order
The "mro" namespace provides several utilities for dealing with method resolution order and method caching in general. These interfaces are only available in Perl 5.9.5 and higher. See MRO::Compat on CPAN for a mostly forwards compatible implementati...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
Devel::MRO - Provides mro functions for XS modules
"Devel::MRO" provides several mro functions for XS modules. This module provides only a header file, mro_compat.h, so you need not load it in your modules....
GFUJI/Devel-MRO-0.05 - 16 Feb 2009 05:45:30 UTC
MRO::Compat - mro::* interface compatibility for Perls < 5.9.5
The "mro" namespace provides several utilities for dealing with method resolution order and method caching in general in Perl 5.9.5 and higher. This module provides those interfaces for earlier versions of Perl (back to 5.6.0 anyways). It is a harmle...
HAARG/MRO-Compat-0.15 - 06 Jan 2022 15:22:06 UTC
MRO::Define - Define your own method resolution order
With recent versions of perl it is possible to change the method resolution order (mro) of a given class either by using "use mro" as shown in the synopsis, or by using the "mro::set_mro". Perl itself comes with two MROs by default. The traditional P...
FLORA/MRO-Define-0.02 - 04 Sep 2013 18:37:09 UTC
SNMP::Info::MRO - Method resolution introspection for SNMP::Info
This is a set of helpers to show where a given method in SNMP::Info has been implemented, and which implementation is being used at runtime. The following distributions are *required* to run this code: * PPI * Class::ISA * Module::Info * Module::Load...
OLIVER/SNMP-Info-3.95 - 02 Sep 2023 18:56:13 UTC
XS::MRO::Compat - Provides mro functions for XS modules
"XS::MRO::Compat" provides several mro functions for XS modules. This feature is provided by "Module::Install::XSUtil"....
GFUJI/XS-MRO-Compat-0.14 - 25 Aug 2009 07:47:23 UTC
mro::EVERY - EVERY & EVERY::LAST pseudo-packages using mro.
The use of both pseudo-classes is re-dispatching an arbitrary method up or down the inheritence stack without each class in the hierarchy having to do its own re-dispatch to another. One common use of this is in initializers, which can use EVERY::LAS...
LEMBARK/mro-EVERY-v1.0.1 - 22 Oct 2022 15:07:56 UTC