summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/pangotext.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/pangotext.pl b/scripts/pangotext.pl
index 71d2b08..e4dfb46 100644
--- a/scripts/pangotext.pl
+++ b/scripts/pangotext.pl
@@ -39,13 +39,14 @@
# /pango <gradiant start=lightcyan end=white>a light gradiant</gradiant>
#
##############################################################################################
+use strict;
use warnings;
use Irssi;
use Irssi::Irc;
-$VERSION = "1.1";
-%IRSSI = (
+our $VERSION = "1.1";
+our %IRSSI = (
authors => 'fprintf',
contact => 'fprintf@github.com',
name => 'pangotext',