Hi Leo,
> 2. Smoker script that Installs released version of a module (cpan
> Module::Name) since
> this install the latest instance of released version plus it will take
> care of the dependencies.
Doing the -t will take care of all of the dependencies, won't it? Certainly
seemed to when I was testing my script earlier.
> Also keep in mind about some really nasty modules out there such as Damian's
> Acme-Bleach.
I know it wasn't quite what you were saying, but you made me realise another
feature I should add:
- ignore ACME::*
And I should probably ignore Win32::*, VMS::* etc.
The ACME namespace bugs me (more than it probably should), so I don't want to
waste any of my CPU cycles on it :-)
Neil