Lines Matching refs:CPAN
15 require CPAN::MyConfig;
16 require CPAN;
17 CPAN::HandleConfig->load;
25 package CPAN::Shell::tacet;
45 CPAN::Shell::tacet->init();
47 CPAN::Shell->$command(@_);
48 return CPAN::Shell::tacet->output();
51 $CPAN::Frontend = $CPAN::Frontend = "CPAN::Shell::tacet";
78 my $getmodule = "CPAN::Test::Dummy::Perl5::Make";
79 my $getdistro_qr = qr(CPAN-Test-Dummy-Perl5-Make);
84 ok unlink(CPAN::Shell->expand("Module", $getmodule)->distribution->{localfile}), "unlink tarball";
91 ok unlink(CPAN::Shell->expand("Module", $getmodule)->distribution->{localfile}), "unlink tarball";
94 ok delete $CPAN::HAS_USABLE->{"Net::SSLeay"}, "delete Net::SSLeay from %HAS_USABLE";
101 ok unlink(CPAN::Shell->expand("Module", $getmodule)->distribution->{localfile}), "unlink tarball";
104 ok delete $CPAN::HAS_USABLE->{"HTTP::Tiny"}, "delete HTTP::Tiny from %HAS_USABLE";
109 my $output = CPAN::Shell::tacet->output;
115 ok $CPAN::Config->{curl}, "set curl to $CPAN::Config->{curl}";
118 ok unlink(CPAN::Shell->expand("Module", $getmodule)->distribution->{localfile}), "unlink tarball";
122 ok !$CPAN::Config->{curl}, "set curl to '$CPAN::Config->{curl}'";
124 ok $CPAN::Config->{wget}, "set wget to $CPAN::Config->{wget}";
127 ok unlink(CPAN::Shell->expand("Module", $getmodule)->distribution->{localfile}), "unlink tarball";