NAME
Carp::REPL - read-eval-print-loop on die
VERSION
Version 0.02
SYNOPSIS
The intended way to use this module is through the command line.
perl tps-report.pl
Can't call method "cover_sheet" without a package or object reference at tps-report.pl line 6019.
perl -MCarp::REPL tps-report.pl
Can't call method "cover_sheet" without a package or object reference at tps-report.pl line 6019.
$ ($form, $subform)
"27B/6" Report::TPS::Subreport=HASH(0x86da61c)
FUNCTIONS
repl
This module's interface consists of exactly one function: repl. This is provided so you may install your own $SIG{__DIE__} handler if you have no alternatives.
It takes the same arguments as die, and returns no useful value.
AUTHOR
Shawn M Moore, <sartak at gmail.com>
BUGS
Please report any bugs or feature requests to bug-carp-repl at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Carp-REPL. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Carp::REPL
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
Search CPAN
ACKNOWLEDGEMENTS
Thanks to Nelson Elhage and Jesse Vincent for the idea.
COPYRIGHT & LICENSE
Copyright 2007 Shawn M Moore, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.