Package : perl-Module-Pluggable-Ordered > RPM : perl-Module-Pluggable-Ordered-1.500.0-10.mga9.src.rpm

Basic items

Name perl-Module-Pluggable-Ordered
Version 1.500.0
Release 10.mga9
URL https://metacpan.org/release/Module-Pluggable-Ordered
Group Development/Perl
Summary Call module plugins in a specified order
Size 8KB
Arch noarch
License GPL+ or Artistic

Description

This module behaves exactly the same as 'Module::Pluggable', supporting all
of its options, but also mixes in the 'call_plugins' and 'plugins_ordered'
methods to your class. 'call_plugins' acts a little like 'Class::Trigger';
it takes the name of a method, and some parameters. Let's say we call it
like so:

__PACKAGE__->call_plugins("my_method", @something);

'call_plugins' looks at the plugin modules found using 'Module::Pluggable'
for ones which provide 'my_method_order'. It sorts the modules numerically
based on the result of this method, and then calls
'$_->my_method(@something)' on them in order. This produces an effect a
little like the System V init process, where files can specify where in the
init sequence they want to be called.

Media information

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

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2022-03-20 10:48:10
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie