
MooseX::Util::Meta::Class - A helper metaclass

This document describes version 0.001 of MooseX::Util::Meta::Class - released October 29, 2012 as part of MooseX-Util.

# 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

This is a trivial extension of Moose::Meta::Class that consumes the BetterAnonClassNames trait.

Please see those modules/websites for more information related to this module.

The development version is on github at http://github.com/RsrchBoy/moosex-util and may be cloned from git://github.com/RsrchBoy/moosex-util.git

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.

Chris Weyl <cweyl@alumni.drew.edu>

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