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

NAME

Acpi::Fan - A class to get informations about your fan.

SYNOPSIS

use Acpi::Fan;

$fan = Acpi::Fan->new;

print $fan->getStatus."\n";

DESCRIPTION

Acpi::Fan is used to have information about your fan.It's specific for GNU/Linux.

METHOD DESCRIPTIONS

This sections contains only the methods in Fan.pm itself.

  • new();

    Contructor for the class

  • getStatus();

    Return 0 if it's active or -1.

AUTHORS

  • Developed by Shy <shy@cpan.org>.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 71:

You forgot a '=back' before '=head1'