Re: checking your CPAN modules are up to date?
Dave Hodgkinson wrote: > Nope. It was much easier than that. It just iterated down the > installed modules and checked them. ppm verify [--upgrade] :) Cheers, Philip -- Philip Newton <[EMAIL PROTECTED]> All opinions are my own, not my employer's. If you're not part of the solution, you're part of the precipitate.
Re: checking your CPAN modules are up to date?
Elaine -HFB- Ashton <[EMAIL PROTECTED]> writes: > Dave Hodgkinson [[EMAIL PROTECTED]] quoth: > *> > *>I can't find the incantation! Help! > > CPAN.pm has an autobundle feature that comes in handy for this. Make an > autobundle then use it to update all the modules you like. > > http://www.cpan.org/misc/cpan-faq.html#How_installed_modules show the use > of ExtUtils::Installed which I use quite a lot for such things and the > question following it also shows how to use autobundle. Nope. It was much easier than that. It just iterated down the installed modules and checked them. -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-purple.com Interim CTO, web server farms, technical strategy
Re: checking your CPAN modules are up to date?
Dave Hodgkinson [[EMAIL PROTECTED]] quoth: *> *>I can't find the incantation! Help! CPAN.pm has an autobundle feature that comes in handy for this. Make an autobundle then use it to update all the modules you like. http://www.cpan.org/misc/cpan-faq.html#How_installed_modules show the use of ExtUtils::Installed which I use quite a lot for such things and the question following it also shows how to use autobundle. enjoy, e.