summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-19 03:58:43 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-19 03:58:43 (GMT)
commit96e9e6710ff0e4a0b0354c44e9e0aec4ee8fc7cd (patch)
treef294eabedcbf25a8ce260b8e12920438e453ed1e
parent53d04242544a69e5fe226211bfb0186414941a9f (diff)
downloadmonitoring-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-xt/check_stuff.pl5
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
18use strict; 16use strict;
@@ -21,8 +19,7 @@ use warnings;
21use Nagios::Plugin ; 19use Nagios::Plugin ;
22 20
23use vars qw($VERSION $PROGNAME $verbose $warn $critical $timeout $result); 21use 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
28use File::Basename; 25use File::Basename;