WebService-LastFM version 0.02 ============================== DESCRIPTION WebService::LastFM provides you a simple interface to Last.FM Webservices API. It currently supports Last.FM Stream API. See http://www.audioscrobbler.com/development/lastfm-ws.php for details. CAVEAT WebService::LastFM is in beta version. Besides, Last.FM Webservices API's spec haven't fixed yet, so the interface it provides may be changed later. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: - LWP::UserAgent - Digest::MD5 - Class::Accessor COPYRIGHT AND LICENCE Put the correct copyright and licence information here. Copyright (C) 2005 by Kentaro Kuribayashi, This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.