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

"WebService::Hatena::Exist" provides an interface to the HATENA exist API.
HATENA exist API is REST API.

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:

 - strict
 - warnings
 - Class::ErrorHandler
 - URI::Fetch::SimpleCache
 - XML::Simple
 - Readonly

COPYRIGHT AND LICENCE

Copyright (C) 2005 by Atsushi Kobayashi (E<lt>nekokak@cpan.orgE<gt>). All rights reserved.

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