summaryrefslogtreecommitdiffstats
path: root/scripts/hipchat_complete.pl
diff options
context:
space:
mode:
authorAilin Nemui2015-01-18 02:15:41 +0100
committerAilin Nemui2015-01-18 02:21:53 +0100
commitac4229402acecd02aad24e874316b9d2c6d1a9d2 (patch)
tree23f0fdc2f7483dc2bd77e0f392569d8d9b24640d /scripts/hipchat_complete.pl
parent097ea77e54af0266b70844a23ee1f03224f5143a (diff)
downloadscripts.irssi.org-ac4229402acecd02aad24e874316b9d2c6d1a9d2.tar.bz2
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
Diffstat (limited to 'scripts/hipchat_complete.pl')
-rw-r--r--scripts/hipchat_complete.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/hipchat_complete.pl b/scripts/hipchat_complete.pl
index 54a3c52..0e92474 100644
--- a/scripts/hipchat_complete.pl
+++ b/scripts/hipchat_complete.pl
@@ -67,8 +67,8 @@ use strict;
use Irssi;
use WebService::HipChat;
-my $VERSION = '2.0';
-my %IRSSI = (
+our $VERSION = '2.0';
+our %IRSSI = (
authors => 'John Morrissey',
contact => 'jwm@horde.net',
name => 'hipchat_complete',