Carp-REPL 0.08 Carp::REPL is a drop-in module for getting a REPL (read-eval-print-loop) which helps you in examining the state of the world when things blew up. Essentially, you just add -MCarp::REPL to your script's invocation. One advantage of using Carp::REPL over Devel::REPL is the lexical variables are made available, as well as stack manipulation commands. MAJOR CHANGES 0.08: 'nodie' and 'warn' 0.07: sub arguments stuffed into $_a 0.06: proper aliases so you can influence the environment 0.05: :bt to redisplay stack trace, :q to quit 0.03: :up and :down for traversing the call stack 0.01: first version INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Carp::REPL You can also look for information at: Search CPAN http://search.cpan.org/dist/Carp-REPL CPAN Request Tracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Carp-REPL AnnoCPAN, annotated CPAN documentation: http://annocpan.org/dist/Carp-REPL CPAN Ratings: http://cpanratings.perl.org/d/Carp-REPL COPYRIGHT AND LICENCE Copyright (C) 2007 Best Practical Solutions This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.