diff options
| author | bw1 | 2017-03-05 14:29:01 +0100 | 
|---|---|---|
| committer | bw1 | 2017-03-05 14:29:01 +0100 | 
| commit | a9279e9f678b81fe60b0459cd6efa7a76880cad9 (patch) | |
| tree | 27b02f86a61e1683062c949687f99382c3d041e3 | |
| parent | 2716cf49e885fe28ce74932cc0a9ae569f547e90 (diff) | |
| download | scripts.irssi.org-a9279e9f678b81fe60b0459cd6efa7a76880cad9.tar.bz2 | |
translit
add $VERSION
| -rw-r--r-- | scripts/translit.pl | 3 | 
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', | 
