NAME
Padre::Plugin::ParserTool - A realtime interactive parser test tool for Padre
DESCRIPTION
The ParserTool plugin adds an interactive parser testing tool for Padre.
It provides a two-panel dialog where you can type file contents into a panel on one side, and see a realtime dump of the resulting parsed structure on the other side of the dialog.
The dialog is configurable, so it can be used to test both common Perl parsers and parsers for custom file formats of your own.
SUPPORT
Bugs should be reported via the CPAN bug tracker at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin-ParserTool
For other issues, or commercial enhancement or support, contact the author.
AUTHOR
Adam Kennedy <adamk@cpan.org>
CONTRIBUTORS
Ahmad M. Zawawi <ahmad.zawawi@gmail.com>
SEE ALSO
COPYRIGHT
Copyright 2011-2012 Adam Kennedy.
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.