| MooseX-GlobRef documentation | view source | Contained in the MooseX-GlobRef distribution. |
MooseX::GlobRef::Role::Meta::Instance - Instance metaclass for MooseX::GlobRef
Moose::Util::MetaRole::apply_metaclass_roles(
for_class => $caller,
instance_metaclass_roles =>
[ 'MooseX::GlobRef::Role::Meta::Instance' ],
);
This instance metaclass allows to store Moose object in glob reference of file handle. It is applied by MooseX::GlobRef.
The methods overridden by this class.
Piotr Roszatycki <dexter@cpan.org>
Copyright (c) 2007, 2008, 2009, 2010 Piotr Roszatycki <dexter@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as perl itself.
| MooseX-GlobRef documentation | view source | Contained in the MooseX-GlobRef distribution. |