Package : perl-Class-Multimethods > RPM : perl-Class-Multimethods-1.701.0-2.mga7.src.rpm

Basic items

Name perl-Class-Multimethods
Version 1.701.0
Release 2.mga7
URL http://search.cpan.org/dist/Class-Multimethods
Group Development/Perl
Summary A multiple dispatch mechanism for Perl
Size 35KB
Arch noarch
License GPL+ or Artistic

Description

The Class:Multimethod module exports a subroutine (&multimethod) that can
be used to declare other subroutines that are dispatched using a algorithm
different from the normal Perl subroutine or method dispatch mechanism.

Normal Perl subroutines are dispatched by finding the appropriately-named
subroutine in the current (or specified) package and calling that. Normal
Perl methods are dispatched by attempting to find the appropriately-named
subroutine in the package into which the invoking object is blessed or,
failing that, recursively searching for it in the packages listed in the
appropriate '@ISA' arrays.

Class::Multimethods multimethods are dispatched quite differently. The
dispatch mechanism looks at the classes or types of each argument to the
multimethod (by calling 'ref' on each) and determines the "closest"
matching _variant_ of the multimethod, according to the argument types
specified in the variants' definitions (see the Finding the "nearest"
multimethod manpage for a definition of "closest").

Media information

Distribution release Mageia 7
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2018-09-20 08:51:15
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie