summaryrefslogtreecommitdiffstats
path: root/scripts/timezones.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/timezones.pl')
-rw-r--r--scripts/timezones.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/timezones.pl b/scripts/timezones.pl
index f05bfa0..9b383d8 100644
--- a/scripts/timezones.pl
+++ b/scripts/timezones.pl
@@ -8,6 +8,8 @@
# or add it to an existing one with
# /statusbar window add timezones (window is an exaple, see /statusbar and /help statusbar for comprehensive help)
+use strict;
+use vars qw($VERSION %IRSSI);
$VERSION = "0.1";
%IRSSI = (
authors => "Jari Matilainen",
@@ -18,7 +20,6 @@ $VERSION = "0.1";
url => "http://vague.se"
);
-use strict;
use Irssi::TextUI;
use DateTime;