1Test::Run::Base::PluggeUrs(e3r)Contributed Perl DocumentTaetsito:n:Run::Base::Plugger(3)
2
3
4

NAME

6       Test::Run::Base::Plugger - an object class with plug-ins.
7

DESCRIPTION

9       This is a class that abstracts an object class with plugins.
10

METHODS

12   $plugger = Test::Run::Base::Plugger->new({base => $base, into => $into})
13       $base is the base class and $into is the namespace to put everything
14       into.
15
16   BUILD
17       For Moose.
18
19   $plugger->add_plugins(\@plugins)
20       Adds @plugins to the list of plugins used by the $into module.
21
22   $pluggin->create_new(@args)
23       Constructs a new instance of $into.
24

LICENSE

26       This file is freely distributable under the MIT X11 license.
27
28       <http://www.opensource.org/licenses/mit-license.php>
29

AUTHOR

31       Shlomi Fish, <http://www.shlomifish.org/>.
32
33
34
35perl v5.30.0                      2019-07-26       Test::Run::Base::Plugger(3)
Impressum