diff options
| author | Ailin Nemui | 2015-01-18 02:15:41 +0100 |
|---|---|---|
| committer | Ailin Nemui | 2015-01-18 02:21:53 +0100 |
| commit | ac4229402acecd02aad24e874316b9d2c6d1a9d2 (patch) | |
| tree | 23f0fdc2f7483dc2bd77e0f392569d8d9b24640d /scripts/gsi.pl | |
| parent | 097ea77e54af0266b70844a23ee1f03224f5143a (diff) | |
| download | scripts.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/gsi.pl')
| -rw-r--r-- | scripts/gsi.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gsi.pl b/scripts/gsi.pl index d874bd7..c61a247 100644 --- a/scripts/gsi.pl +++ b/scripts/gsi.pl @@ -21,7 +21,7 @@ use vars qw($VERSION %IRSSI); $VERSION = "220904-04:30:00"; -my %IRSSI = ( +%IRSSI = ( authors => "mistr", contact => "mistr\@sensewave.com", name => "gsi", |
