From a9279e9f678b81fe60b0459cd6efa7a76880cad9 Mon Sep 17 00:00:00 2001 From: bw1 Date: Sun, 5 Mar 2017 14:29:01 +0100 Subject: translit add $VERSION --- scripts/translit.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/translit.pl b/scripts/translit.pl index 478dd50..0a01506 100644 --- a/scripts/translit.pl +++ b/scripts/translit.pl @@ -1,7 +1,8 @@ use strict; -use vars qw(%IRSSI); +use vars qw(%IRSSI $VERSION); use Irssi; +$VERSION = "0.1"; %IRSSI = ( authors => 'dreg', contact => 'dreg@fine.lv', -- cgit v1.2.3