in reply to cpan client does not see newest versions of some modules
The -u in the first system call will either install or upgrade as necessary. Also, if you'd like a superfast namespace check of the whole "namespace" namespace, do:#!/usr/bin/perl use strict; use warnings; system("dual-lived namespace::autoclean -u"); system("dual-lived /^namespace::au/");
#!/usr/bin/perl use strict; use warnings; system("dual-lived /^namespace/");
|
|---|