NAME
Myco::Entity::Meta::Util
VERSION
- Release
-
0.01
- Repository
-
$Revision: 1.3 $ $Date: 2006/02/17 18:22:39 $
SYNOPSIS
use Myco::Entity::Meta::Util;
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) 2004 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, mkentity
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 196:
=pod directives shouldn't be over one line long! Ignoring all 7 lines of content