summaryrefslogtreecommitdiffstats
path: root/scripts/translit.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/translit.pl')
-rw-r--r--scripts/translit.pl3
1 files changed, 2 insertions, 1 deletions
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',