NAME
pler - The DWIM Perl Debugger
DESCRIPTION
pler is a small script which provides a sanity layer for debugging test scripts in Perl distributions.
While prove has is highly useful program for manually running one or more groups of scripts in a distribution, what we also need is something that works similarly in a debugging context.
This script checks that the environment is sound, runs some cleanup tasks if needed, makes sure you are in the right directory, and then hands off to the perl debugger as normal.
TO DO
- Allow execution from the base or t directory.
- Automatically rerun make.
- Automatically run the Makefile.PL
SUPPORT
All bugs should be filed via the bug tracker at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ADAMK-Debug
For other issues, or commercial enhancement and support, contact the author
AUTHOR
Adam Kennedy <adamk@cpan.org>
SEE ALSO
COPYRIGHT
Copyright 2006 Adam Kennedy. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.