Return across multiple call levels
This module 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 using eval). In other words, this is more like setjmp(3)/longjmp(3) than die.
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 0.08-11.fc43 | - |
| Fedora 43 | 0.08-11.fc43 | - |
| Fedora 42 | 0.08-10.fc42 | - |
| Fedora 41 | 0.08-9.fc41 | - |
You can contact the maintainers of this package via email at
perl-Return-MultiLevel dash maintainers at fedoraproject dot org.