WebService-LastFM version 0.03
==============================

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 (its status is now in EXPERIMENTAL), so the interface it provides may be changed later. Then you must notice that the endpoint's host of LastFM Webservices API will be changed to 'ws.audioscrobbler.com' from 'wsdev.audioscrobbler.com' after its starting officially.

See http://www.audioscrobbler.com/forum/14868 for the newest information of Last.FM Webservices.

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
  - Digest::MD5
  - Class::Accessor

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2005 by Kentaro Kuribayashi, <kentarok@gmail.com>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
