MooseX::Util::Meta::Class - A helper metaclass
Contents
Bugs
Please report any bugs or feature requests on the bugtracker website
https://github.com/RsrchBoy/moosex-util/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that
illustrates the bug or desired feature.
Copyright And License
This software is Copyright (c) 2012 by Chris Weyl.
This is free software, licensed under:
The GNU Lesser General Public License, Version 2.1, February 1999
perl v5.34.0 2022-06-16 MooseX::Util::Meta::Class(3pm)
Description
This is a trivial extension of Moose::Meta::Class that consumes the BetterAnonClassNames trait.
Name
MooseX::Util::Meta::Class - A helper metaclass
See Also
Please see those modules/websites for more information related to this module.
• MooseX::Util
Synopsis
# create a new type of Zombie catcher equipped with machete and car
my $meta = MooseX::Util::Meta::Class->create_anon_class(
'Zombie::Catcher' => qw{
Zombie::Catcher::Tools::Machete
Zombie::Catcher::Tools::TracyChapmansFastCar
},
);
# created anon classname is: Zombie::Catcher::__ANON__::SERIAL::42
Version
This document describes version 0.006 of MooseX::Util::Meta::Class - released June 26, 2015 as part of
MooseX-Util.
