~ubuntu-branches/ubuntu/trusty/libnagios-plugin-perl/trusty

« back to all changes in this revision

Viewing changes to lib/Nagios/Plugin/Getopt.pm

  • Committer: Bazaar Package Importer
  • Author(s): Ansgar Burchardt, Nathan Handler, Salvatore Bonaccorso, Ryan Niebur, Ansgar Burchardt
  • Date: 2010-04-17 16:26:11 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100417162611-zw8xgxiyelzsm0g9
Tags: 0.34-1
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
  perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
  permitted by Debian Policy 3.8.3).

[ Ryan Niebur ]
* Update ryan52's email address

[ Ansgar Burchardt ]
* New upstream release.
* Use source format 3.0 (quilt); drop README.source and quilt framework.
* debian/copyright: Minor formatting changes for current DEP-5 proposal.
* Use tiny debian/rules.
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    help => "-V, --version\n   Print version information",
39
39
  }, {
40
40
    spec => 'extra-opts:s@',
41
 
    help => "--extra-opts=[<section>[@<config_file>]]\n   Section and/or config_file from which to load extra options (may repeat)",
 
41
    help => "--extra-opts=[section][\@file]\n   Read options from an ini file. See http://nagiosplugins.org/extra-opts for usage",
42
42
  }, {
43
43
    spec => 'timeout|t=i',
44
44
    help => "-t, --timeout=INTEGER\n   Seconds before plugin times out (default: %s)",