The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
MP3IndexerService version 1.00
==============================

MP3IndexerService is a sample Helios application that 
indexes MP3 information into a database table.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

Then use the files in the sql/ directory to create the index 
database table and configuration parameters for the service.  See 
the MP3IndexerService documentation for more information.

DEPENDENCIES

This module requires these other modules and libraries:

  Helios 2.40
  MP3::Info

COPYRIGHT AND LICENCE

Copyright (C) 2012 by Andrew Johnson

This library is free software; you can redistribute it and/or modify
it under the terms of the Artistic License 2.0.  See the LICENSE 
file included in this distribution for more information.