1Test::Run::Base::PluggeUrs(e3r)Contributed Perl DocumentTaetsito:n:Run::Base::Plugger(3)
2
3
4
6 Test::Run::Base::Plugger - an object class with plug-ins.
7
9 This is a class that abstracts an object class with plugins.
10
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
26 This file is freely distributable under the MIT X11 license.
27
28 <http://www.opensource.org/licenses/mit-license.php>
29
31 Shlomi Fish, <http://www.shlomifish.org/>.
32
33
34
35perl v5.34.0 2022-01-21 Test::Run::Base::Plugger(3)