diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-19 03:58:43 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-19 03:58:43 +0000 |
commit | 96e9e6710ff0e4a0b0354c44e9e0aec4ee8fc7cd (patch) | |
tree | f294eabedcbf25a8ce260b8e12920438e453ed1e | |
parent | 53d04242544a69e5fe226211bfb0186414941a9f (diff) | |
download | monitoring-plugin-perl-96e9e6710ff0e4a0b0354c44e9e0aec4ee8fc7cd.tar.gz |
Get rid if CVS/SVN tags (this is an example anyway)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@2083 f882894a-f735-0410-b71e-b25c423dba1c
-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; |