Subject: | Add a parser to PREREQ_PM if none is there |
As this report shows, tests fail if neither of two parsers are found on
the system:
http://www.nntp.perl.org/group/perl.cpan.testers/2007/09/msg659530.html
I'd suggest the Makefile.PL looks around what is available and if none
of the two is available adds one of them to PREREQ_PM.
That ensures that tests pass always, no matter how weird it came about
that the user installs this module.
Thanks,