diff --git a/Cluster-SSH-Helper/Changes b/Cluster-SSH-Helper/Changes index bcf84e9..b343ec8 100644 --- a/Cluster-SSH-Helper/Changes +++ b/Cluster-SSH-Helper/Changes @@ -1,5 +1,5 @@ Revision history for Cluster-SSH-Helper -0.01 Date/time - First version, released on an unsuspecting world. +0.1.0 2020-02-04/02:30 + - Initial release. diff --git a/Cluster-SSH-Helper/README b/Cluster-SSH-Helper/README index 753caba..5a7b84f 100644 --- a/Cluster-SSH-Helper/README +++ b/Cluster-SSH-Helper/README @@ -1,16 +1,7 @@ Cluster-SSH-Helper -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. - +Helper utilities for deciding(load, memory) what machine +of a cluster to execute stuff on via SSH. INSTALLATION @@ -42,6 +33,9 @@ You can also look for information at: Search CPAN https://metacpan.org/release/Cluster-SSH-Helper + Repository + https://github.com/VVelox/Cluster-SSH-Helper + LICENSE AND COPYRIGHT diff --git a/Cluster-SSH-Helper/lib/Cluster/SSH/Helper.pm b/Cluster-SSH-Helper/lib/Cluster/SSH/Helper.pm index d766888..3ad91dc 100644 --- a/Cluster-SSH-Helper/lib/Cluster/SSH/Helper.pm +++ b/Cluster-SSH-Helper/lib/Cluster/SSH/Helper.pm @@ -574,6 +574,10 @@ L L +=item * Repository + +L + =back