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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm3817 #-> sub CPAN::Distribution::uptodate ;
3818 sub uptodate { subroutine
3823 return 0 unless $obj->uptodate;
4620 next if $nmo->uptodate;
5111 $success = $obj->can("uptodate") ? $obj->uptodate : 0;
5182 #-> sub CPAN::Bundle::uptodate ;
5183 sub uptodate { subroutine
5185 return 0 unless $self->SUPER::uptodate; # we mut have the current Bundle def
5189 return 0 unless $obj->uptodate;
5521 sub uptodate { subroutine
[all...]

Completed in 32 milliseconds