From ca41071a50e91540f318498033097817d1c7357e Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Mon, 26 Jan 2015 22:59:40 +0100 Subject: Normalise version info from rcsid --- scripts/accent.pl | 2 +- scripts/fortune.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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', -- cgit v1.2.3