NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
disable ftp in CPAN (Score:1)
! $CPAN::Config->{dontload_list} = ('Net::FTP');
Reply to This
Re: (Score:1)
Re: (Score:1)
I wish we had a properly ordered CORE... I still think that a layered approach to packaging would put some order to this little chaos of ours (see the comments section to my last journal post).
Okay, I don't have LWP... If I download the tarball, will it come with all the dependencies solved?
(anyway, I'll try it tomorrow, thanks for the tips!)
$ pugs -M6 -e 'say "use 6
use 6
Re: (Score:1)