clusterssh/README

53 lines
1.4 KiB
Text
Raw Normal View History

2009-12-19 17:20:33 +00:00
App-ClusterSSH
2005-04-29 11:33:50 +00:00
2009-12-19 17:20:33 +00:00
The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
example C compilers and installed libraries) and any other information
that should be provided before the module is installed.
2005-04-29 11:33:50 +00:00
2009-12-19 17:20:33 +00:00
A README file is required for CPAN modules since CPAN extracts the README
file from a module distribution so that people browsing the archive
can use it to get an idea of the module's uses. It is usually a good idea
to provide version information here so that people can decide whether
fixes for the module are worth downloading.
2004-08-16 13:09:50 +00:00
2005-04-29 11:33:50 +00:00
2009-12-19 17:20:33 +00:00
INSTALLATION
2005-04-29 11:33:50 +00:00
2009-12-19 17:20:33 +00:00
To install this module, run the following commands:
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
perl Build.PL
./Build
./Build test
./Build install
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
SUPPORT AND DOCUMENTATION
2005-04-29 11:33:50 +00:00
2009-12-19 17:20:33 +00:00
After installing, you can find documentation for this module with the
perldoc command.
2005-04-29 11:33:50 +00:00
2009-12-19 17:20:33 +00:00
perldoc App::ClusterSSH
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
You can also look for information at:
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-ClusterSSH
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/App-ClusterSSH
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
CPAN Ratings
http://cpanratings.perl.org/d/App-ClusterSSH
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
Search CPAN
http://search.cpan.org/dist/App-ClusterSSH/
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
COPYRIGHT AND LICENCE
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
Copyright (C) 2009 Duncan Ferguson
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
2004-08-16 13:09:50 +00:00