NAME

    Return::MultiLevel - return across multiple call levels

INSTALLATION

    To download and install this module, use your favorite CPAN client, e.g.
    "cpan":

        cpan Return::MultiLevel

    Or "cpanm":

        cpanm Return::MultiLevel

    To do it manually, run the following commands (after downloading and
    unpacking the tarball):

        perl Makefile.PL
        make
        make test
        make install

SUPPORT AND DOCUMENTATION

    After installing, you can find documentation for this module with the
    "perldoc" command.

        perldoc Return::MultiLevel

    You can also look for information at
    <https://metacpan.org/pod/Return::MultiLevel>.

    To see a list of open bugs, visit
    <https://rt.cpan.org/Public/Dist/Display.html?Name=Return-MultiLevel>.

    To report a new bug, send an email to "bug-Return-MultiLevel [at]
    rt.cpan.org".

COPYRIGHT & LICENSE

    Copyright 2013-2014 Lukas Mai.

    This program is free software; you can redistribute it and/or modify it
    under the terms of either: the GNU General Public License as published
    by the Free Software Foundation; or the Artistic License.

    See <http://dev.perl.org/licenses/> for more information.