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/emo.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/emo.pl') diff --git a/scripts/emo.pl b/scripts/emo.pl index c1772fa..9b96587 100644 --- a/scripts/emo.pl +++ b/scripts/emo.pl @@ -22,7 +22,7 @@ $VERSION = "0.0.1"; name => "emo", description => "Outputs various unicode emoticons", commands => "emo", - licence => "Public Domain" + license => "Public Domain" ); use Irssi; -- cgit v1.2.3