Man Page: module::pluggable::fast
Operating Environment: debian
Section: 3pm
Fast(3pm) User Contributed Perl Documentation Fast(3pm)NAMEModule::Pluggable::Fast - Fast plugins with instantiationSYNOPSISpackage MyClass; use Module::Pluggable::Fast name => 'components', search => [ qw/MyClass::Model MyClass::View MyClass::Controller/ ]; package MyOtherClass; use MyClass; my @components = MyClass->components;DESCRIPTIONSimilar to "Module::Pluggable" but instantiates plugins as soon as they're found, useful for code generators like "Class::DBI::Loader". OPTIONS name Name for the exported method. Defaults to plugins. require If true, only require plugins. callback Codref to be called instead of the default instantiate callback. search Arrayref containing a list of namespaces to search for plugins. Defaults to the ::Plugin:: namespace of the calling class.AUTHORSebastian Riedel, "sri@cpan.org"COPYRIGHTThis program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.SEE ALSOModule::Pluggable perl v5.10.1 2009-12-25 Fast(3pm)
| Related Man Pages |
|---|
| module::pluggable5.18(3pm) - mojave |
| module::pluggable(3) - osx |
| module::pluggable::object(3) - osx |
| class::std::fast::storable(3pm) - debian |
| module::pluggable(3perl) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |
| How to copy a column of multiple files and paste into new excel file (next to column)? |