The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Cobalt::LCD version 0.01
===============================

Cobalt::LCD is something I cooked up to make it easier to access the functionality available through my cobalt-panel-utils package.  It's mainly wrappers with extra code to make it a bit more usable and functional.  I haven't written any documentation yet, mostly because I'm lazy and trying to finish so many things at once.

If you have problems with this module, or even simply find it useful, feel free to send mail to the author, Jeff Walter, at jeffw@404ster.com .


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:

	Timer::HiRes
	My linux kernel patch for hardward support (available from http://gentoo.404ster.com/)
	Gentoo's sys-apps/cobalt-panel-utils 


COPYRIGHT AND LICENSE

Copyright (C) 2005 Jeff Walter <jeffw@404ster.com>

This library is free software; you can redistribute it and/or modify
it under the same terms of the GPL-2 license.