Parse-ErrorString-Perl
This module is aimed primarily at those developing an ide-like programs, allowing them to have a nice object oriented interface to parsed error messges of the perl interpreter.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Parse::ErrorString::Perl
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Parse-ErrorString-Perl
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Parse-ErrorString-Perl
CPAN Ratings
http://cpanratings.perl.org/d/Parse-ErrorString-Perl
Search CPAN
http://search.cpan.org/dist/Parse-ErrorString-Perl/
COPYRIGHT AND LICENCE
Copyright (C) 2008 Petar Shangov
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.