Test-Config-System
Test::Config::System provides functions to help test system configuration, such as
installed packages or config files. It was built for use in a cfengine
staging environment, however it is not tied to cfengine (or any configuration
management tool).
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc Test::Config::System
You can also look for information at:
Search CPAN
http://search.cpan.org/dist/Test-Config-System
CPAN Request Tracker:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Config-System
AnnoCPAN, annotated CPAN documentation:
http://annocpan.org/dist/Test-Config-System
CPAN Ratings:
http://cpanratings.perl.org/d/Test-Config-System
COPYRIGHT AND LICENCE
Copyright (C) 2007 Ian Kilgore
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.