From: "Gabor Szabo" <[EMAIL PROTECTED]>
Date: May 7, 2007 2:17:37 AM EDT
To: "Perl QA" <perl-qa@perl.org>
Subject: testing dependent modules
> Before releasing or installing a module it might be a good thing
> to test all the other CPAN modules that depend on the one to be
> released or installed.
> Is there a tool to do this?
> How would you do this?
In my experience, if I've thoroughly tested my module before
uploading it, most of the FAILs from CPAN testers are going to come
from systems beyond my immediate capacity to test, e.g., errors on
OSes that I don't have access to; errors on earlier versions of Perl
that I no longer run; etc.
Other than upgrading to the latest versions of the dependent modules,
running 'make test' on them, then running 'make test' on your own
module, what else are you looking for?
jimk