File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,6 @@ use vars qw($VERSION $PREFIX);
24
24
# change this if needed
25
25
$PREFIX = " /tmp/cgiirc-" ;
26
26
27
- ($VERSION =
28
- ' $Name: $ 0_5_CVS $Id$'
29
- ) =~ s / ^.*?(\d\S +) .*$/ $1 / ;
30
- $VERSION =~ s / _/ ./ g ;
31
-
32
27
use Socket;
33
28
use Symbol;
34
29
$| ++;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ use lib qw/modules interfaces/;
26
26
no warnings ' uninitialized' ;
27
27
28
28
($VERSION =
29
- ' $Name: $ 0.5-g $Id$'
29
+ ' 0.5.11 $Id$'
30
30
) =~ s / ^.*?(\d\S +) .*?([0-9a-f]{4}).*/ $1 . (index($1 , "g") > 0 ? "$2 " : "")/ e ;
31
31
32
32
require ' parse.pl' ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ use vars qw(
32
32
) ;
33
33
34
34
($VERSION =
35
- ' $Name: $ 0.5-g $Id$'
35
+ ' 0.5..11 $Id$'
36
36
) =~ s / ^.*?(\d\S +) .*?([0-9a-f]{4}).*/ $1 . (index($1 , "g") > 0 ? "$2 " : "")/ e ;
37
37
38
38
use Socket;
You can’t perform that action at this time.
0 commit comments