diff options
author | joe <joe@FreeBSD.org> | 2001-04-19 20:35:05 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-04-19 20:35:05 +0000 |
commit | 6cbdb85d9073fd953d0f2a10c2a60543675ec243 (patch) | |
tree | f99ffd0f622bf87da57053f517298a4b5391e84f /CVSROOT | |
parent | 193ce368193b43535feb4b5d71661d51becc4a99 (diff) | |
download | FreeBSD-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-x | CVSROOT/log_accum.pl | 2 |
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 ############################################################ |