Commit graph

24 commits

Author SHA1 Message Date
Duncan Ferguson
60d67f911b Fix for perltidy tests 2017-03-04 18:36:44 +00:00
Duncan Ferguson
0fb0ba10c2 Fix more problems with debugging 2017-03-04 11:36:27 +00:00
Duncan Ferguson
bc7805ca4c Update copyright year 2017-03-04 11:05:20 +00:00
Duncan Ferguson
41fe0714b5 Fix a logic bug around --debug option handling
the Base.pm debug method was being overridden within Getopt.pm when all
command line options are turned into accessors.  Since this is done on the
fly there is no compiler warning generated for it.

Also renamed a method in base from 'output' to 'stdout_output' as two objects
had the same method name - Getopt::output and Base::output
2017-03-03 22:52:32 +00:00
Duncan Ferguson
c0f2b8af41 Update copyright year 2015-10-01 18:15:51 +01:00
Duncan Ferguson
c6747288d5 Improve test coverage 2014-07-04 21:41:52 +01:00
Duncan Ferguson
3e2392e9b6 Improve test coverage 2014-07-02 22:39:36 +01:00
Duncan Ferguson
858112c072 Additional pod docs 2014-06-29 12:49:37 +01:00
Duncan Ferguson
97884dd03e Start using config provided in getopts module 2014-06-20 15:16:41 +01:00
Matt Perry
cfaf930f16 Correct spelling and grammar errors
Corrected several typos, spelling errors, and grammatical errors.
2014-02-17 15:39:20 -08:00
Duncan Ferguson
ea811ba639 Run through 'perltidy -pbp'
Standardise the code layout
2013-04-15 21:56:19 +01:00
Duncan Ferguson
6fccd92d6a Bring new 'tag' file into use
/etc/tags and $HOME/.clusterssh/tags is now used

Refacter some code to make it clearer and update docs for new options
2013-03-19 21:06:00 +00:00
Duncan Ferguson
b2ba4daa46 Start of tags file handling
Refactor file loading code into one place since it should all work in a similar way.

Added in tag functionality.
- Cluster files are: tag host host host host
- Tag files are: host tag tag tag

Yes to add in remainder of code to load in the files automatically
2013-03-16 21:56:56 +00:00
Duncan Ferguson
74d1cf7f0a Updated manpage whatis entries
Patch by Tony Mancill
2013-02-14 22:11:21 +00:00
Duncan Ferguson
cd4c59b12e Further work on getting cluster module working 2011-11-21 18:02:26 +00:00
Duncan Ferguson
6c32234f5f WIP: get new config module into use 2011-07-28 10:23:49 +01:00
Duncan Ferguson
98d6edbfd4 Start work on a configuration object 2011-07-08 13:00:29 +01:00
Duncan Ferguson
efe6cf2e9c Start switching code to use Exception::Class
Use Exception::CLass is as easier to get data back up the calling tree than just using die();
2011-07-01 14:46:01 +01:00
Duncan Ferguson
4b03d3f6ea Allow new config store to be univerally available within the app 2010-06-25 16:20:48 +01:00
Duncan Ferguson
74809e7184 Standardise licence
GPL and GPL+1/Artistic licenses were used - standarise on GPL+1/Artisticc (same as perl) except for cscp (which I didnt write)
2010-06-20 20:23:41 +01:00
Duncan Ferguson
2ee06cd89b Update copyright year(s) 2010-06-20 17:55:24 +01:00
Duncan Ferguson
18e79bb64f Type up pod for whatis
Picked up from debian packaging.  Thanks to Tony Mancill.
2010-06-20 17:53:09 +01:00
Duncan Ferguson
f77c6a9fa7 Squash 'Use of uninitialized value' errors
Go through passed array and set anything false to an empty string to clean up test output
2010-06-18 23:10:36 +01:00
Duncan Ferguson
3c72ca71f0 Initial base object for everything to inherit from 2010-01-11 22:23:14 +00:00