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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2009-06-05 16:43:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090605164316-jkkuom3xu616gxr4
Tags: 0.33-1
* New upstream release
* Debian Policy 3.8.1
* Add debian/README.source to document quilt usage, as required by
  Debian Policy since 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
use Math::Calc::Units;
13
13
 
14
14
# Remember to update Nagios::Plugins as well
15
 
our $VERSION = "0.32";
 
15
our $VERSION = "0.33";
16
16
 
17
17
our @STATUS_CODES = qw(OK WARNING CRITICAL UNKNOWN DEPENDENT);
18
18