--- nagios-plugins-1.4.11/plugins-scripts/check_breeze.pl.p0 2004-02-21 13:42:43 +1000 +++ nagios-plugins-1.4.11/plugins-scripts/check_breeze.pl 2008-05-03 20:09:40 +1100 @@ -1,4 +1,4 @@ -#!/usr/bin/perl -wT +#!/usr/bin/perl -w use strict; --- nagios-plugins-1.4.11/plugins-scripts/check_ircd.pl.p0 2002-05-07 16:35:49 +1100 +++ nagios-plugins-1.4.11/plugins-scripts/check_ircd.pl 2008-05-03 20:10:05 +1100 @@ -1,4 +1,4 @@ -#!/usr/bin/perl -wT +#!/usr/bin/perl -w # ----------------------------------------------------------------------------- # File Name: check_ircd.pl --- nagios-plugins-1.4.11/plugins-scripts/check_wave.pl.p0 2002-10-28 23:05:08 +1000 +++ nagios-plugins-1.4.11/plugins-scripts/check_wave.pl 2008-05-03 20:10:24 +1100 @@ -1,4 +1,4 @@ -#!/usr/bin/perl -wT +#!/usr/bin/perl -w # # $Id: check_wave.pl 162 2002-10-28 13:05:08Z kdebisschop $ --- nagios-plugins-1.4.11/plugins-scripts/utils.pm.in.p0 2007-07-07 22:55:48 +1100 +++ nagios-plugins-1.4.11/plugins-scripts/utils.pm.in 2008-05-03 19:54:04 +1100 @@ -1,11 +1,11 @@ +package utils; + # Utility drawer for Nagios plugins. # $Id: utils.pm.in 1751 2007-07-07 11:55:48Z psychotrahe $ # # This will be deprecated soon. Please use Nagios::Plugin from CPAN # for new plugins -package utils; - require Exporter; @ISA = qw(Exporter); @EXPORT_OK = qw($TIMEOUT %ERRORS &print_revision &support &usage);