diff options
| -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', |
