Re: [PATCH] Missing =cut in core.ops

2002-01-03 Thread Dan Sugalski
At 03:57 PM 1/3/2002 +, Simon Glover wrote: > The entry in core.ops for puts(s|sc) is missing a =cut and so > writes a load of junk in core_ops.pod. Applied patch fixes. Applied, thanks. Dan --"it's like this"---

[PATCH] Missing =cut in core.ops

2002-01-03 Thread Simon Glover
The entry in core.ops for puts(s|sc) is missing a =cut and so writes a load of junk in core_ops.pod. Applied patch fixes. Simon --- core.ops.oldThu Jan 3 15:46:20 2002 +++ core.opsThu Jan 3 15:46:54 2002 @@ -370,6 +370,8 @@ Print $1 to standard output stream +=cut + op p