Device-ACPI-Battery
====================================

ABOUT

This module is used to collect information about batteries managed by ACPI, by scraping the files found under /proc/acpi/battery/. Useful for tasks such as displaying battery status in terminal (what I use it for).

PREREQUISITES

This module requires that kernel has ACPI installed and is used to manage your batteries state. Check your list of installed kernel modules before attempting to use.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENSE

Copyright (C) 2010 by Aesop

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.