projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
176f22e
)
perldelta - Wrap to 79 columns
author
Steve Hay
<steve.m.hay@googlemail.com>
Fri, 20 Sep 2013 07:41:24 +0000
(08:41 +0100)
committer
Steve Hay
<steve.m.hay@googlemail.com>
Fri, 20 Sep 2013 07:41:24 +0000
(08:41 +0100)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
faef8a1
..
5c8478b
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-1161,9
+1161,9
@@
A possible segmentation fault in filehandle duplication has been fixed.
=item *
-A subroutine in @INC can return a reference to a scalar containing the
-initial contents of the file. However, that scalar was freed prematurely
-
if not
referenced elsewhere, giving random results.
+A subroutine in @INC can return a reference to a scalar containing the
initial
+contents of the file. However, that scalar was freed prematurely if not
+referenced elsewhere, giving random results.
=back