From: Ailin Nemui Date: Mon, 26 Jan 2015 21:59:40 +0000 (+0100) Subject: Normalise version info from rcsid X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ca41071a50e91540f318498033097817d1c7357e;p=irssi-scripts.irssi.org.git Normalise version info from rcsid --- diff --git a/scripts/accent.pl b/scripts/accent.pl index 9ea6593..3fe0ffa 100644 --- a/scripts/accent.pl +++ b/scripts/accent.pl @@ -28,7 +28,7 @@ use strict; use vars qw($VERSION %IRSSI); use Irssi; -$VERSION = '$Id: accent.pl,v 1.34 2003/03/27 15:54:25 toma Exp $'; +($VERSION) = '$Id: accent.pl,v 1.34 2003/03/27 15:54:25 toma Exp $' =~ / (\d+\.\d+) /; %IRSSI = ( authors => 'Tamas SZERB', contact => 'toma@rulez.org', diff --git a/scripts/fortune.pl b/scripts/fortune.pl index bd8b2e6..be2e92e 100644 --- a/scripts/fortune.pl +++ b/scripts/fortune.pl @@ -32,7 +32,7 @@ use strict; use vars qw($VERSION %IRSSI); use Irssi; -$VERSION = '$Id: fortune.pl,v 1.3 2004/12/17 19:39:19 eim Exp $'; +($VERSION) = '$Id: fortune.pl,v 1.3 2004/12/17 19:39:19 eim Exp $' =~ / (\d+\.\d+) /; %IRSSI = ( authors => 'Ivo Marino', contact => 'eim@cpan.rg',