From ac4229402acecd02aad24e874316b9d2c6d1a9d2 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Sun, 18 Jan 2015 02:15:41 +0100 Subject: Script generation fall-out A few small commits to fix the script headers which are used to auto-generate scripts.yaml; * replace licence with license, * fix compilation errors due to missing comma, * fix hiding of information by using `my' instead of `our' / `use vars`, * wrong assignment of hash reference to hash --- scripts/trackbar.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/trackbar.pl') diff --git a/scripts/trackbar.pl b/scripts/trackbar.pl index 8f38a52..2c5375a 100644 --- a/scripts/trackbar.pl +++ b/scripts/trackbar.pl @@ -127,10 +127,10 @@ use Irssi; use Irssi::TextUI; use POSIX qw(strftime); use utf8; +use vars qw(%IRSSI $VERSION); +$VERSION = "1.7"; -my $VERSION = "1.7"; - -my %IRSSI = ( +%IRSSI = ( authors => "Peter 'kinlo' Leurs, Uwe Dudenhoeffer, " . "Michiel Holtkamp, Nico R. Wohlgemuth", contact => "irssi-trackbar\@supermind.nl", -- cgit v1.2.3