validator/httpd/cgi-bin sendfeedback.pl,1.11,1.12

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv24535/httpd/cgi-bin

Modified Files:
	sendfeedback.pl 
Log Message:
Drop $HAVE_IPC_RUN (unused).

Index: sendfeedback.pl
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/sendfeedback.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- sendfeedback.pl	29 Jun 2009 14:33:38 -0000	1.11
+++ sendfeedback.pl	29 Jun 2009 14:37:08 -0000	1.12
@@ -15,7 +15,7 @@
 use HTML::Template   2.6  qw();
 use Config::General  2.32 qw(); # Need 2.32 for <msg 0>, rt.cpan.org#17852
 
-use vars qw($DEBUG $CFG %RSRC $VERSION $HAVE_IPC_RUN);
+use vars qw($DEBUG $CFG %RSRC $VERSION);
 # Define global constants
 use constant TRUE  => 1;
 use constant FALSE => 0;

Received on Monday, 29 June 2009 14:37:19 UTC