SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-WWW-Gazetteer rpm build for : OpenSuSE. For other distributions click perl-WWW-Gazetteer.

Name : perl-WWW-Gazetteer
Version : 0.24 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.7.1 Date : 2023-07-20 15:56:57
Group : Development/Libraries/Perl Source RPM : perl-WWW-Gazetteer-0.24-lp155.7.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Find location of world towns and cities
Description :
A gazetteer is a geographical dictionary (as at the back of an atlas). The
\'WWW::Gazetteer\' module is a generic interface to the \'WWW::Gazetteer::*\'
modules which can return geographical location (longitude, latitude,
elevation) for towns and cities in countries in the world.

This is a factory module which dispatches to one of the many
\'WWW::Gazetteer::*\' modules. This provides a simple interface and lets the
subclasses actually provide the communication to the online gazetteers. You
may think of this as the DBI and the subclasses as the DBDs.

Valid subclasses as of this release are: \'WWW::Gazetteer::FallingRain\',
\'WWW::Gazetteer::Getty\' and \'WWW::Gazetteer::HeavensAbove\'. To create a
gazetteer object, pass the name of the subclass as the first argument to
new:

my $g = WWW::Gazetteer->new(\'FallingRain\');
my $g2 = WWW::Gazetteer->new(\'Getty\');
my $g3 = WWW::Gazetteer->new(\'HeavensAbove\');

Calling find($town, $country) will return a list of hashrefs with the
country, town, longitude, and latitude information. Additional information
such as elevation may also be available. You should check the documentation
of your subclass for the particular features that it supports.

my AATTlondons = $g->find(\'London\', \'UK\');
my $london = $londons[0];
print $london->{longitude}, \", \", $london->{latitude}, \"\
\";

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-W/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-WWW-Gazetteer-0.24-lp155.7.1.noarch.rpm
     

Provides :
perl(WWW::Gazetteer)
perl-WWW-Gazetteer

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Module::Pluggable) >= 0.01
perl(Test::Exception) >= 0.010000
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/WWW
/usr/lib/perl5/vendor_perl/5.26.1/WWW/Gazetteer.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-WWW-Gazetteer
/usr/share/doc/packages/perl-WWW-Gazetteer/CHANGES
/usr/share/doc/packages/perl-WWW-Gazetteer/README
/usr/share/man/man3/WWW::Gazetteer.3pm.gz

 
ICM