diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-11-16 16:06:16 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-11-16 16:06:16 -0800 |
commit | 179c70e5340c602eec1230699d2a315be3580053 (patch) | |
tree | 701781ce6240a0622953a277d093f118361d5a52 /pod | |
parent | 353075a07ebc959a3a5d83bf53b00f3d2664ed00 (diff) | |
download | perl-179c70e5340c602eec1230699d2a315be3580053.tar.gz |
perldelta: missing paren
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 45d6dab215..245fd7b8fd 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -585,7 +585,7 @@ were an object with "x" overloading, causing erratic behaviour. =item * Assignment to a lexical scalar is often optimised away (as mentioned under -L</Performance Enhancements>. Various bugs related to this optimisation +L</Performance Enhancements>). Various bugs related to this optimisation have been fixed. Certain operators on the right-hand side would sometimes fail to assign the value at all or assign the wrong value, or would call STORE twice or not at all on tied variables. The operators affected were |