<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugin-perl/t, branch v0.39</title>
<subtitle>Monitoring::Plugin
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/atom?h=v0.39</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/atom?h=v0.39'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/'/>
<updated>2015-03-30T22:11:42Z</updated>
<entry>
<title>Revert "fix warning in function tests"</title>
<updated>2015-03-30T22:11:42Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2015-03-30T22:11:42Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/commit/?id=4a52ac0ade65d6933ae1ca73d304534657031ca6'/>
<id>urn:sha1:4a52ac0ade65d6933ae1ca73d304534657031ca6</id>
<content type='text'>
This reverts commit 5b2ab7f928b17b2013bdc914e36f7c2314f7b922.
</content>
</entry>
<entry>
<title>fix warning in function tests</title>
<updated>2015-03-30T15:32:53Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2015-03-30T15:32:53Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/commit/?id=5b2ab7f928b17b2013bdc914e36f7c2314f7b922'/>
<id>urn:sha1:5b2ab7f928b17b2013bdc914e36f7c2314f7b922</id>
<content type='text'>
fixes https://rt.cpan.org/Ticket/Display.html?id=103190

Signed-off-by: Sven Nierlein &lt;sven@nierlein.de&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2 from evgeni/getopt_colon_spec</title>
<updated>2014-12-28T13:05:08Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.org</email>
</author>
<published>2014-12-28T13:05:08Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/commit/?id=769c840bbd0bc2f40a5de014eba4ad85008969f7'/>
<id>urn:sha1:769c840bbd0bc2f40a5de014eba4ad85008969f7</id>
<content type='text'>
GetOpt::Long optional arguments using a colon instead of an equal sign</content>
</entry>
<entry>
<title>fix test in windows</title>
<updated>2014-12-28T12:48:02Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2014-12-28T12:48:02Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/commit/?id=0f6dcbe3e653fbb92b52ac42b2a9564953983c1f'/>
<id>urn:sha1:0f6dcbe3e653fbb92b52ac42b2a9564953983c1f</id>
<content type='text'>
on windows backslashes are expected instead of forward slashes.

fixes https://rt.cpan.org/Ticket/Display.html?id=100708

Signed-off-by: Sven Nierlein &lt;sven@nierlein.de&gt;
</content>
</entry>
<entry>
<title>format optional arguments in square brakets</title>
<updated>2014-10-03T19:58:31Z</updated>
<author>
<name>Evgeni Golov</name>
<email>evgeni@golov.de</email>
</author>
<published>2014-10-03T19:58:31Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/commit/?id=d17e8369ca11e7816772d074b284933adbba38e4'/>
<id>urn:sha1:d17e8369ca11e7816772d074b284933adbba38e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GetOpt::Long optional arguments using a colon instead of an equal sign</title>
<updated>2014-10-03T19:11:37Z</updated>
<author>
<name>Evgeni Golov</name>
<email>evgeni@golov.de</email>
</author>
<published>2014-10-03T18:41:51Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/commit/?id=c29f2b286752f844a7659ec38fc22aeb02f0ff45'/>
<id>urn:sha1:c29f2b286752f844a7659ec38fc22aeb02f0ff45</id>
<content type='text'>
Instead of writing `foo|f=s` you can also write `foo|f:s` for a GetOpt::Long
option spec [1], thus making the argument optional.

The current implementation of `_spec_to_help` will wrongly render this as two
long options:

    --dirport, --d:9030
       directory port

instead of a short and a long one:

    -d, --dirport=INTEGER
       directory port

This commit fixes the the parsing of the spec, detection of the type and adds
tests for a few common cases this could be used in.

[1] http://perldoc.perl.org/Getopt/Long.html#Summary-of-Option-Specifications
</content>
</entry>
<entry>
<title>keep the old name in copyright for more transparency</title>
<updated>2014-01-20T13:49:14Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2014-01-20T13:49:14Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/commit/?id=dfae38b656242898ce962c9ad93ed66be45fc3d4'/>
<id>urn:sha1:dfae38b656242898ce962c9ad93ed66be45fc3d4</id>
<content type='text'>
Signed-off-by: Sven Nierlein &lt;sven@nierlein.de&gt;
</content>
</entry>
<entry>
<title>renamed module into Monitoring::Plugin</title>
<updated>2014-01-19T23:54:34Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2014-01-19T23:54:34Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/commit/?id=b418181dfe80dd75169b6e8a619ac1932155dea2'/>
<id>urn:sha1:b418181dfe80dd75169b6e8a619ac1932155dea2</id>
<content type='text'>
since the complete monitoring team has been renamed, we
also rename this module.

Signed-off-by: Sven Nierlein &lt;sven@nierlein.de&gt;
</content>
</entry>
<entry>
<title>Add new test - match on "die" error message</title>
<updated>2012-06-29T02:49:41Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2012-06-29T02:49:41Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/commit/?id=bacb16365718f55bbb09f9d990011e3829691f16'/>
<id>urn:sha1:bacb16365718f55bbb09f9d990011e3829691f16</id>
<content type='text'>
1. Add new test "class" where expected data is the error string caught
2. Add new test exposing a bug where default file used is not shown, ex:
  Invalid section 'bad_section' in config file ''
</content>
</entry>
<entry>
<title>check_threshold to check multiple values at once</title>
<updated>2011-12-22T16:56:08Z</updated>
<author>
<name>Ton Voon</name>
<email>tonvoon@gmail.com</email>
</author>
<published>2011-12-22T16:56:08Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/commit/?id=cce4fccf608b3e4accf7cbf2f11da23b3d627f15'/>
<id>urn:sha1:cce4fccf608b3e4accf7cbf2f11da23b3d627f15</id>
<content type='text'>
</content>
</entry>
</feed>
