Cluster SSH - Cluster Admin Via SSH
Find a file
2009-12-31 15:28:07 +00:00
bin Include symlinks for alterntative comms methods 2009-12-31 15:28:07 +00:00
lib/App Add in placeholder module and common tests 2009-12-19 17:30:58 +00:00
t Add in placeholder module and common tests 2009-12-19 17:30:58 +00:00
.gitignore Result of first dist build 2009-12-19 17:40:38 +00:00
AUTHORS Reorg directory structure 2009-08-11 17:12:17 +01:00
Build.PL Specify X11::Protocl version; amend license from GPL to perl 2009-12-22 17:40:35 +00:00
Changes Correct typo 2009-12-23 11:28:36 +00:00
MANIFEST Result of first dist build 2009-12-19 17:40:38 +00:00
META.yml Specify X11::Protocl version; amend license from GPL to perl 2009-12-22 17:40:35 +00:00
README Add in Module::Build support files 2009-12-19 17:20:33 +00:00
THANKS Improve binary search algorithm 2009-11-27 19:11:17 +00:00

App-ClusterSSH

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.

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.


INSTALLATION

To install this module, run the following commands:

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

SUPPORT AND DOCUMENTATION

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

    perldoc App::ClusterSSH

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-ClusterSSH

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/App-ClusterSSH

    CPAN Ratings
        http://cpanratings.perl.org/d/App-ClusterSSH

    Search CPAN
        http://search.cpan.org/dist/App-ClusterSSH/


COPYRIGHT AND LICENCE

Copyright (C) 2009 Duncan Ferguson

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.