NAME

MetaPOD::Result - Compiled aggregate result object for MetaPOD

VERSION

version 0.3.6

METHODS

set_namespace

$result->set_namespace( $namespace )

inherits

my @inherits = $result->inherits;

set_inherits

$result->set_inherits( @inherits )

add_inherits

$result->add_inherits( @inherits );

does

my @does = $result->does;

set_does

$result->set_does( @does )

add_does

$result->add_does( @does );

interface

my @interfaces = $result->interface;

set_interface

$result->set_interface( @interfaces )

add_interface

$result->add_interface( @interface );

AUTHOR

Kent Fredric <kentfredric@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Kent Fredric <kentfredric@gmail.com>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.