diff options
| author | David Leadbeater | 2015-01-10 17:26:59 +0000 |
|---|---|---|
| committer | David Leadbeater | 2015-01-10 17:26:59 +0000 |
| commit | 1bae3cffef57d4d46d0230aa4f44cc52c7671b93 (patch) | |
| tree | 03d3b85d868a72a6b162c7dca8ea7c0173510618 /scripts/wkb.pl | |
| parent | 6fa0cda4b3f7d54d5835fe580795e4f35980cc28 (diff) | |
| parent | 55e10f5aeb6d0559518623a432263d4a73d7614b (diff) | |
| download | scripts.irssi.org-1bae3cffef57d4d46d0230aa4f44cc52c7671b93.tar.bz2 | |
Merge pull request #83 from obfuscoder/perlcritic-s-z
Fix perlcritic issues for all scripts starting with s to z
Diffstat (limited to 'scripts/wkb.pl')
| -rw-r--r-- | scripts/wkb.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/wkb.pl b/scripts/wkb.pl index 527536a..96cbd34 100644 --- a/scripts/wkb.pl +++ b/scripts/wkb.pl @@ -1,4 +1,6 @@ +use strict; use Irssi 20020217; # Irssi 0.8.0 +use vars qw($VERSION %IRSSI); $VERSION = "1.1"; %IRSSI = ( authors => "Matti 'qvr' Hiljanen", @@ -9,7 +11,6 @@ $VERSION = "1.1"; url => "http://matin.maapallo.org/softa/irssi", ); -use strict; use Irssi; my @channels = |
