1MooseX::Util::Meta::ClaUssse(r3)Contributed Perl DocumenMtoaotsieoXn::Util::Meta::Class(3)
2
3
4
6 MooseX::Util::Meta::Class - A helper metaclass
7
9 This document describes version 0.006 of MooseX::Util::Meta::Class -
10 released June 26, 2015 as part of MooseX-Util.
11
13 # create a new type of Zombie catcher equipped with machete and car
14 my $meta = MooseX::Util::Meta::Class->create_anon_class(
15 'Zombie::Catcher' => qw{
16 Zombie::Catcher::Tools::Machete
17 Zombie::Catcher::Tools::TracyChapmansFastCar
18 },
19 );
20
21 # created anon classname is: Zombie::Catcher::__ANON__::SERIAL::42
22
24 This is a trivial extension of Moose::Meta::Class that consumes the
25 BetterAnonClassNames trait.
26
28 Please see those modules/websites for more information related to this
29 module.
30
31 • MooseX::Util
32
34 Please report any bugs or feature requests on the bugtracker website
35 https://github.com/RsrchBoy/moosex-util/issues
36
37 When submitting a bug or request, please include a test-file or a patch
38 to an existing test-file that illustrates the bug or desired feature.
39
41 Chris Weyl <cweyl@alumni.drew.edu>
42
43 I'm a material boy in a material world
44 Please note I do not expect to be gittip'ed or flattr'ed for this work,
45 rather it is simply a very pleasant surprise. I largely create and
46 release works like this because I need them or I find it enjoyable;
47 however, don't let that stop you if you feel like it ;)
48
49 Flattr
50 <https://flattr.com/submit/auto?user_id=RsrchBoy&url=https%3A%2F%2Fgithub.com%2FRsrchBoy%2Fmoosex-
51 util&title=RsrchBoy's%20CPAN%20MooseX-Util&tags=%22RsrchBoy's%20MooseX-
52 Util%20in%20the%20CPAN%22>, Gratipay <https://gratipay.com/RsrchBoy/>,
53 or indulge my Amazon Wishlist <http://bit.ly/rsrchboys-wishlist>... If
54 and *only* if you so desire.
55
57 This software is Copyright (c) 2012 by Chris Weyl.
58
59 This is free software, licensed under:
60
61 The GNU Lesser General Public License, Version 2.1, February 1999
62
63
64
65perl v5.32.1 2021-01-27 MooseX::Util::Meta::Class(3)