WWW::SPOJ version 0.00_01
=========================

The Sphere Online Judge, better known by its acronym, SPOJ, is an online
archive of programming problems complete with a judge program that receives
and checks submissions. Common utilities requested by users of this site
include a user head-to-head comparer, a programming language preference
analyzer, a user activity grapher, etc. This distribution aims to simplify
building those and similar tools by providing modules and functions that
retrieve and parse data from SPOJ.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires the following other modules:

  Carp
  Class::Accessor
  HTML::TableExtract
  LWP::UserAgent

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Miorel-Lucian Palii

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.
