HeliosX-Logger-HiRes version 0.02
=================================

HeliosX::Logger::HiRes enhances Helios's internal logging system by 
providing much more precise timestamping of log messages via the 
Time::HiRes module.  


INSTALLATION

Before module installation, make sure you upgrade your Helios 
collective's database schema by connecting to your Helios database as 
a user with admin access and running the command(s) found in the 
sql/helios_hires.sql file.

Then, to install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Helios 2.30 or later
  Time::HiRes


COPYRIGHT AND LICENSE

Copyright (C) 2009-11 by Andrew Johnson.

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.
