diff options
Diffstat (limited to 'irc/p5-IRC/files/patch-Connection.pm')
-rw-r--r-- | irc/p5-IRC/files/patch-Connection.pm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/p5-IRC/files/patch-Connection.pm b/irc/p5-IRC/files/patch-Connection.pm deleted file mode 100644 index 6834703e4c56..000000000000 --- a/irc/p5-IRC/files/patch-Connection.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- Connection.pm.orig Sun Jul 1 14:50:50 2001 -+++ Connection.pm Tue Nov 27 09:31:39 2001 -@@ -1112,7 +1112,7 @@ - /x) # That ought to do it for now...
- {
- $line = substr $line, 1 if $line =~ /^:/;
-- ($from, $line) = split ":", $line, 2;
-+ ($from, $line) = $line =~ m/^(\S+\s.*?):(.*)$/;
- ($from, $type, @stuff) = split /\s+/, $from;
- $type = lc $type;
-
|