diff options
| author | Ailin Nemui | 2015-01-26 22:59:40 +0100 |
|---|---|---|
| committer | Ailin Nemui | 2015-01-26 22:59:40 +0100 |
| commit | ca41071a50e91540f318498033097817d1c7357e (patch) | |
| tree | 67724f588e7cccad6e08b207d29ad0c2337de3cc /scripts | |
| parent | ee28c80cba8f2ad3df17b54ecc22764d59391b9b (diff) | |
| download | scripts.irssi.org-ca41071a50e91540f318498033097817d1c7357e.tar.bz2 | |
Normalise version info from rcsid
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/accent.pl | 2 | ||||
| -rw-r--r-- | scripts/fortune.pl | 2 |
2 files changed, 2 insertions, 2 deletions
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', |
