Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
WebService::Libris::Library - swedish libraries
SYNOSPIS
use 5.010;
use WebService::Libris;
my $book = (WebService::Libris->search(terms => 'Astrid Lindgren'))[0];
for my $library ($book->held_by) {
say $library->name;
}
DESCRIPTION
Objects of this class represent libraries.
WebService::Libris::Library inherits all methods from from WebService::Libris.
METHODS
All of the following methods return a string on succes, and undef if the information is not available.
name
Name of the library
lat
Lattiude of the physical location of this library
long
Longitude of the physical location of this library
homepage
URL to this librarie's homepage