On December 26, 2007 14:53, nadim khemir wrote:
On Sunday 23 December 2007 20.02.38 Robert Rothenberg wrote:
I'm thinking that an alternative to N/A or UNKNOWN test reports for
Bundle::* modules is to have a Test::Bundle module which does some
rudimentary tests on a bundle:
> [...]
The idea is good. I just have one simple bundle but I'd add that test to it.
About testing that all the modules are available on CPAN:
How do you test locally?
If you have CPAN or CPANPLUS installed on a machine, there should be a local
copy of a module list.
What if the bundle gets into CPAN before the bundle?
You mean if the Bundle is on CPAN before some of the contents? Then it
should fail tests.
What if the installation is not done from cpan but from a local cpan or on a
box without internet connection?
Again, using the local copy of a module list.
Rob