The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MetaPOD::Result - Compiled aggregate result object for MetaPOD

VERSION

version v0.4.0

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 <kentnl@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 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.