On Tue, Jun 28, 2011 at 07:32:09AM -0700, Jeff Lavallee wrote:
> On Jun 28, 2011, at 4:22 AM, David Cantrell wrote:
> > On Tue, Jun 21, 2011 at 07:41:42AM -0700, Jeff Lavallee wrote:
> >> If you actually install modules, how do you identify modules that don't 
> >> properly declare their dependencies?
> > They'll fail their tests if they try to use a module that isn't
> > installed.
> > My smokers run through about a day's worth of CPAN uploads at a time,
> > installing everything (including dependencies) as they go, before
> > cleaning everything out and starting the next batch with a clean build
> > of perl.
> Neat.  How do you automate "cleaning everything out" ?

rm -rf perl-$PERLVER
tar xzf perls/perl-$PERLVER.tar.gz 

for i in $*; do
  /home/david/cpantesting/perl-$PERLVER/bin/perl -MCPAN -e "install qw($i)"
done

-- 
David Cantrell | Nth greatest programmer in the world

    fdisk format reinstall, doo-dah, doo-dah;
    fdisk format reinstall, it's the Windows way

Reply via email to