NAME
Myco::Entity::Meta::Util
SYNOPSIS
DESCRIPTION
A class providing metadata utility methods for use in the metadata vivification process. Notintended for everyday use by your average myco hacker.
ADDED CLASS / INSTANCE METHODS
clone
Myco::Entity::Meta::Util->clone(
$meta_sub
,
$meta_super
)
Will recursively clone a Meta:: object tree.
# Clone the objs
$self
->clone(
$sub_node_val
->{
$attr
},
$super_node_val
->{
$attr
},
%params
);
}
}
else
{
LICENSE AND COPYRIGHT
Copyright (c) 2006 the myco project. All rights reserved. This software is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Myco::Entity::Meta::Util::Test, Myco::Entity, Myco, Tangram, Class::Tangram, myco-mkentity
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 178:
=pod directives shouldn't be over one line long! Ignoring all 7 lines of content