Source: libreturn-multilevel-perl Maintainer: Debian Perl Group Uploaders: Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl, libdata-munge-perl (>= 0.07), libscope-upper-perl (>= 0.29), libtest-fatal-perl Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libreturn-multilevel-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libreturn-multilevel-perl.git Homepage: https://metacpan.org/release/Return-MultiLevel Testsuite: autopkgtest-pkg-perl Package: libreturn-multilevel-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdata-munge-perl (>= 0.07) Recommends: libscope-upper-perl (>= 0.29) Description: Perl module to enable returning from a nested call stack Return::MultiLevel provides a way to return immediately from a deeply nested call stack. This is similar to exceptions, but exceptions don't stop automatically at a target frame (and they can be caught by intermediate stack frames). In other words, this is more like setjmp(3)/longjmp(3) than die.