From 96e9e6710ff0e4a0b0354c44e9e0aec4ee8fc7cd Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Wed, 19 Nov 2008 03:58:43 +0000 Subject: 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 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 @@ # the really cool Nagios monitoring scripts you're going to create. # You rock. -# $Id$ - ############################################################################## # prologue use strict; @@ -21,8 +19,7 @@ use warnings; use Nagios::Plugin ; use vars qw($VERSION $PROGNAME $verbose $warn $critical $timeout $result); -'$Revision$' =~ /^.*(\d+.\d+) \$$/; # Use The Revision from RCS/CVS/Subversion -$VERSION = $1; +$VERSION = '1.0'; # get the base name of this script for use in the examples use File::Basename; -- cgit v0.10-9-g596f