Brak opisu

Paul Trost 276bc6ee5a Merge branch 'master' of github.com:paultrost/Disk-SMART-Perl 11 lat temu
lib 00b6d76b22 Initial commit of Disk::SMART 11 lat temu
t 00b6d76b22 Initial commit of Disk::SMART 11 lat temu
Changes 5775da4ce9 Updated changelog 11 lat temu
LICENSE 9bf3181a9b Initial commit 11 lat temu
MANIFEST 00b6d76b22 Initial commit of Disk::SMART 11 lat temu
Makefile.PL 00b6d76b22 Initial commit of Disk::SMART 11 lat temu
README 00b6d76b22 Initial commit of Disk::SMART 11 lat temu
ignore.txt 00b6d76b22 Initial commit of Disk::SMART 11 lat temu

README

Disk-SMART

This module requires that smartctl be accessed as root. If you do not wish to install the module as root then you will need to make smartctl SETUID as root with "chmod u+s "

To install this module, run the following commands:

perl Makefile.PL
make
sudo make test
sudo make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

perldoc Disk::SMART

You can also look for information at:

RT, CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Disk-SMART

AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Disk-SMART

CPAN Ratings
http://cpanratings.perl.org/d/Disk-SMART

Search CPAN
http://search.cpan.org/dist/Disk-SMART/


LICENSE AND COPYRIGHT

Copyright 2014 Paul Trost
This script is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License v2, or at your option any later version.