diff options
| -rwxr-xr-x | t/check_stuff.pl | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/t/check_stuff.pl b/t/check_stuff.pl index 8284169..112a18a 100755 --- a/t/check_stuff.pl +++ b/t/check_stuff.pl | |||
| @@ -11,8 +11,6 @@ | |||
| 11 | # the really cool Nagios monitoring scripts you're going to create. | 11 | # the really cool Nagios monitoring scripts you're going to create. | 
| 12 | # You rock. | 12 | # You rock. | 
| 13 | 13 | ||
| 14 | # $Id$ | ||
| 15 | |||
| 16 | ############################################################################## | 14 | ############################################################################## | 
| 17 | # prologue | 15 | # prologue | 
| 18 | use strict; | 16 | use strict; | 
| @@ -21,8 +19,7 @@ use warnings; | |||
| 21 | use Nagios::Plugin ; | 19 | use Nagios::Plugin ; | 
| 22 | 20 | ||
| 23 | use vars qw($VERSION $PROGNAME $verbose $warn $critical $timeout $result); | 21 | use vars qw($VERSION $PROGNAME $verbose $warn $critical $timeout $result); | 
| 24 | '$Revision$' =~ /^.*(\d+.\d+) \$$/; # Use The Revision from RCS/CVS/Subversion | 22 | $VERSION = '1.0'; | 
| 25 | $VERSION = $1; | ||
| 26 | 23 | ||
| 27 | # get the base name of this script for use in the examples | 24 | # get the base name of this script for use in the examples | 
| 28 | use File::Basename; | 25 | use File::Basename; | 
