The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Syntax::Keyword::Try::Deparse - B::Deparse support for Syntax::Keyword::Try

DESCRIPTION

Loading this module will apply some hacks onto B::Deparse that attempts to provide deparse support for code which uses the syntax provided by Syntax::Keyword::Try.

TODO

Correctly handle typed dispatch cases (catch($var isa CLASS), catch($var =~ m/pattern/))

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>