The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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>