This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd094c2
)
perdleta tpo fxies
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 19 Nov 2010 16:42:19 +0000
(08:42 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 19 Nov 2010 16:42:19 +0000
(08:42 -0800)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
a539d84
..
9b1b6f4
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-946,7
+946,8
@@
the assignment contained a subroutine.
=item *
-Calling C<< ->import >> on a class lacking an import method could corrupt the stack result in strange behaviour. For instance,
+Calling C<< ->import >> on a class lacking an import method could corrupt
+the stack, resulting in strange behaviour. For instance,
push @a, "foo", $b = bar->import;