WWW-Statistics version 0.90
===========================

This module allow you to simply manage statistics for web site. 
It generate a really simple database, and give you all methods to manage it easily.
With WWW::Statistics you can make your own statistics admin interface really simply.

INSTALLATION

To install this module type the following:
Best :
   % perl -MCPAN -e 'install WWW::Statistics'

Standart :
   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  GD
  DB::DBinterface

COPYRIGHT AND LICENCE

Copyright (C) 2004 by DUPUIS Arnaud <a.dupuis@infinityperl.org>

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.3 or,
at your option, any later version of Perl 5 you may have available.


