The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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