Skip to content

robotenok/Linux-hddtemp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux::hddtemp 0.01
===================

Linux::hddtemp monitors hard disk temperatures using the hddtemp
utility for Linux.

INSTALLATION

 To install this module type the following:

   perl Build.pl
   ./Build
   ./Build test
   ./Build install
   
 Or, if you're on a platform (like DOS or Windows) that doesn't
 like  the "./" notation, you can do this:

   perl Build.PL
   perl Build
   perl Build test
   perl Build install


DEPENDENCIES

  perl
  IO::Socket
  hddtemp run in daemon mode,
    see https://www.guzu.net/linux/hddtemp.php


TODO
  
  Create a test script for this distribution.


COPYRIGHT AND LICENCE

 Copyright (C) 2005 by Y. Heling
 This library is free software; you can redistribute it
 and/or modify it under the same terms as Perl itself.

Packages

No packages published

Languages

  • Perl 100.0%