From 55e10f5aeb6d0559518623a432263d4a73d7614b Mon Sep 17 00:00:00 2001 From: Obfuscoder Date: Fri, 24 Oct 2014 23:01:30 +0200 Subject: Fix perlcritic issues for all scripts starting with s to z --- scripts/shorturl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/shorturl.pl') diff --git a/scripts/shorturl.pl b/scripts/shorturl.pl index e041bd5..7f207d2 100644 --- a/scripts/shorturl.pl +++ b/scripts/shorturl.pl @@ -1,6 +1,5 @@ #!/usr/bin/perl -w # This Irssi script automatically converts incoming http/https links into shorter "tinyurl" style links -$VERSION = "20090904"; # Fixed and enhanced by tsaavik (dave000@hellspark.com) # # Irssi /set Options # you can view your current settigns by running "/set shorturl" in Irssi @@ -18,6 +17,7 @@ $VERSION = "20090904"; # Fixed and enhanced by tsaavik (dave000@hellspark.com) use strict; use vars qw($VERSION %IRSSI); +$VERSION = "20090904"; # Fixed and enhanced by tsaavik (dave000@hellspark.com) %IRSSI = ( authors => "eo, tsaavik", contact => 'irssi@eosin.org, dave001@hellspark.com', -- cgit v1.2.3