summaryrefslogtreecommitdiffstats
path: root/scripts/cgrep.pl
diff options
context:
space:
mode:
authorObfuscoder2014-10-17 20:34:00 +0200
committerObfuscoder2014-10-22 18:30:36 +0200
commit2329fe260d3393c6bcbc868cb3f7a33d324b1910 (patch)
tree90056b11938a47e1662c9e83eec6b08d6385914d /scripts/cgrep.pl
parent263a56d196da657b72ccf2b195b50008d6a988dc (diff)
downloadscripts.irssi.org-2329fe260d3393c6bcbc868cb3f7a33d324b1910.tar.bz2
Fix perlcritic issues for all scripts starting with b,c,d
Diffstat (limited to 'scripts/cgrep.pl')
-rw-r--r--scripts/cgrep.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/cgrep.pl b/scripts/cgrep.pl
index 7ec2304..f55f86e 100644
--- a/scripts/cgrep.pl
+++ b/scripts/cgrep.pl
@@ -18,6 +18,7 @@
#
################################################################################
+use strict;
use Irssi;
use vars qw($VERSION %IRSSI);
use integer;