From: Tim Bunce Date: Thu, 7 Aug 1997 00:00:00 +0000 (+0000) Subject: splitpod broken in 5.004_01 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=40d50c580e6c25e8b1b8fe1baed51a3d15af70f9;p=p5sagit%2Fp5-mst-13.2.git splitpod broken in 5.004_01 > From: Hans Mulder > > Splitpod is broken in 5.004_01. Darn, my fault. Thanks for this and your other bug reports. I guess _02 will be sooner rather than later. p5p-msgid: 9706241612.AA09119@toad.ig.co.uk --- diff --git a/pod/splitpod b/pod/splitpod index 889dfa2..fd38e51 100755 --- a/pod/splitpod +++ b/pod/splitpod @@ -12,23 +12,29 @@ while (<>) { if (s/=item (\S+)/$1/) { #$cur = "POSIX::" . $1; + $next{$cur} = $1; $cur = $1; $syn{$cur} .= $_; next; } else { #s,L