Searched defs:netrc (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm2727 my($netrc) = CPAN::FTP::netrc->new;
2728 my($netrcfile) = $netrc->netrc;
2742 CPAN->debug("No ~/.netrc file found") if $CPAN::DEBUG;
2743 } elsif ($netrc->hasdefault || $netrc->contains($host)) {
2745 $netrc->hasdefault,
2746 $netrc->contains($host))) if $CPAN::DEBUG;
2747 if ($netrc
2931 sub netrc { shift->{'netrc'} } subroutine
[all...]

Completed in 29 milliseconds