From f97b69c204c349345941d34a0c18fa2701a11736 Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Sat, 19 Sep 2015 03:09:49 +0200 Subject: Update pangotext.pl --- scripts/pangotext.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/pangotext.pl b/scripts/pangotext.pl index 71d2b08..15238e0 100644 --- a/scripts/pangotext.pl +++ b/scripts/pangotext.pl @@ -39,6 +39,7 @@ # /pango a light gradiant # ############################################################################################## +use strict; use warnings; use Irssi; -- cgit v1.2.3 From 4001befc44d35845fe164efdffaceeafe3258e23 Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Sat, 19 Sep 2015 03:19:49 +0200 Subject: Update pangotext.pl --- scripts/pangotext.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/pangotext.pl b/scripts/pangotext.pl index 15238e0..e4dfb46 100644 --- a/scripts/pangotext.pl +++ b/scripts/pangotext.pl @@ -45,8 +45,8 @@ 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', -- cgit v1.2.3