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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/t/
H A Dmirroredby.t15 can_ok( 'CPAN::Mirrored::By', 'new', 'continent', 'country', 'url' );
19 @$cmb = qw( continent country url );
20 is( $cmb->continent(), 'continent',
21 'continent() should return continent entry' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm8 sub continent { shift->[0] } subroutine
591 my(%all,$url,$expected_size,$default,$ans,$host,$dst,$country,$continent,@location);
600 ($continent, $country) = @location[-1,-2];
601 $continent =~ s/\s\(.*//;
602 $continent =~ s/\W+$//; # if Jarkko doesn't know latitude/longitude
604 next unless $host && $dst && $continent && $country;
605 $all{$continent}{$country}{$dst} = CPAN::Mirrored::By->new($continent,$country,$dst);
607 $dst=$continent=$country="";
623 First, pick a nearby continent an
[all...]

Completed in 29 milliseconds