]> git.pld-linux.org Git - packages/perl-Net-IRC.git/blob - perl-Net-IRC-ipv6.patch
- removed explicit requirements for perl = %%{version} and %%{perl_sitearch}
[packages/perl-Net-IRC.git] / perl-Net-IRC-ipv6.patch
1 diff -Naur Net-IRC-0.63/Connection.pm Net-IRC-0.63-p/Connection.pm
2 --- Net-IRC-0.63/Connection.pm  Mon Jan 31 03:00:23 2000
3 +++ Net-IRC-0.63-p/Connection.pm        Thu Aug  3 17:14:34 2000
4 @@ -1092,7 +1092,7 @@
5                  /x)                      # That ought to do it for now...
6         {
7             $line = substr $line, 1 if $line =~ /^:/;
8 -           ($from, $line) = split ":", $line, 2;
9 +           ($from, $line) = split " :", $line, 2;
10             ($from, $type, @stuff) = split /\s+/, $from;
11             $type = lc $type;
12             
This page took 0.241783 seconds and 3 git commands to generate.