projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
0ebca1e
)
perldelta typo fixes (from mauke)
author
Ricardo Signes <rjbs@cpan.org>
Tue, 15 May 2012 11:27:17 +0000 (07:27 -0400)
committer
Ricardo Signes <rjbs@cpan.org>
Tue, 15 May 2012 21:35:13 +0000 (17:35 -0400)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
1632617
..
c809916
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-4047,7
+4047,7
@@
subsequently compiled code to become tainted [perl #64804].
=item *
Infinite loops like C<1 while 1> used to stop C<strict 'subs'> mode from
-working for the rest of the block.t
+working for the rest of the block.
=item *