Searched refs:notest (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DComplete.pm27 notest
79 if ($line =~ s/^((?:notest|f?force)\s*)//) {
H A DModule.pm421 #-> sub CPAN::Module::notest ;
422 sub notest { subroutine
424 # $CPAN::Frontend->mywarn("XDEBUG: set notest for Module");
425 $self->{notest}++;
457 $pack->notest($meth) if exists $self->{notest} && $self->{notest};
488 $pack->unnotest if $pack->can("unnotest") && exists $self->{notest};
490 delete $self->{notest};
H A DBundle.pm265 #-> sub CPAN::Bundle::notest ;
266 sub notest { shift->rematein('notest',@_); } subroutine
H A DShell.pm85 notest => "run a (usually install) command but leave out the test phase",
183 notest CMD skip testing
1682 while($meth =~ /^(ff?orce|notest)$/) {
2062 notest
H A DIndex.pm169 notest
H A DDistribution.pm1798 #-> sub CPAN::Distribution::notest ;
1799 sub notest { subroutine
1801 # $CPAN::Frontend->mywarn("XDEBUG: set notest for $self $method");
1802 $self->{"notest"}++; # name should probably have been force_install
1808 # warn "XDEBUG: deleting notest";
1809 delete $self->{notest};
3586 if ($self->{notest}) {
3588 return $self->success("Skipping test because of notest pragma");
3691 # warn "XDEBUG: checking for notest: $self->{notest}
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm166 notest
410 |notest
1710 The C<notest> pragma skips the test part in the build
1715 cpan> notest install Tk
2884 notest install A B C
2888 CPAN::Shell->notest("install","A","B","C");
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/App/
H A DCpan.pm331 'T' => 'notest',
388 T => [ \&_default, ARGS, GOOD_EXIT, 'Installing with notest' ],
468 foreach my $opt ( qw(f T) ) { # don't count force or notest
631 # call the CPAN::Shell method, with force or notest if specified
634 elsif( $options->{T} ) { sub { CPAN::Shell->notest( $method, @_ ) } }

Completed in 300 milliseconds