SlackBuildsOrg/perl/perl-Throwable
pyllyukko a23297ab63
perl/perl-Throwable: Added (role for classes).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-08-08 22:16:03 +07:00
..
perl-Throwable.info
perl-Throwable.SlackBuild
README
slack-desc

Throwable is a role for classes that are meant to be thrown as
exceptions to standard program flow. It is very simple and does only two
things: saves any previous value for $@ and calls die $self.

Throwable is implemented with Moo, so you can stick to Moo or use Moose,
as you prefer.