summaryrefslogtreecommitdiffstats
path: root/scripts/cgrep.pl
diff options
context:
space:
mode:
authorDavid Leadbeater2014-10-23 12:56:04 +0100
committerDavid Leadbeater2014-10-23 12:56:04 +0100
commitff9a44047a299bce4995c22fd6f15851e1b065ee (patch)
tree22fe1a5be481bb64d70243bdea9762639ee2ff41 /scripts/cgrep.pl
parent5d2811af5d3d29b524936ac95e7b1b3d5144a9ce (diff)
parent2329fe260d3393c6bcbc868cb3f7a33d324b1910 (diff)
downloadscripts.irssi.org-ff9a44047a299bce4995c22fd6f15851e1b065ee.tar.bz2
Merge pull request #79 from obfuscoder/perlcritic-bcd
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;