summaryrefslogtreecommitdiffstats
path: root/CVSROOT
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-04-19 20:35:05 +0000
committerjoe <joe@FreeBSD.org>2001-04-19 20:35:05 +0000
commit6cbdb85d9073fd953d0f2a10c2a60543675ec243 (patch)
treef99ffd0f622bf87da57053f517298a4b5391e84f /CVSROOT
parent193ce368193b43535feb4b5d71661d51becc4a99 (diff)
downloadFreeBSD-ports-6cbdb85d9073fd953d0f2a10c2a60543675ec243.zip
FreeBSD-ports-6cbdb85d9073fd953d0f2a10c2a60543675ec243.tar.gz
Disable 'use strict'. We're not ready for that just yet!!! (It crept in
from my test environment). Several dunce caps to: joe
Diffstat (limited to 'CVSROOT')
-rwxr-xr-xCVSROOT/log_accum.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl
index 9dad65b..27ee75b 100755
--- a/CVSROOT/log_accum.pl
+++ b/CVSROOT/log_accum.pl
@@ -22,7 +22,7 @@
require 5.003; # might work with older perl5
-use strict;
+###use strict;
use Sys::Hostname; # get hostname() function
############################################################
OpenPOWER on IntegriCloud