diff options
author | Karl Williamson <khw@cpan.org> | 2015-09-03 22:30:56 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-09-03 23:10:37 -0600 |
commit | 61b16eb90f32a2433d6de43e477a03b8d9fed039 (patch) | |
tree | fb6c8c4166af22d40abe4374f66fb34d046a2c28 /mg.c | |
parent | 796b6530911f5ebd6a26275873610304e63d5d19 (diff) | |
download | perl-61b16eb90f32a2433d6de43e477a03b8d9fed039.tar.gz |
perlapi: Add some S<>
so that these constructs appear on a single output line for reader
convenience.
Diffstat (limited to 'mg.c')
-rw-r--r-- | mg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -491,7 +491,7 @@ gets copied, value magic doesn't (eg C<taint>, C<pos>). If C<setmagic> is false then no set magic will be called on the new (empty) SV. -This typically means that assignment will soon follow (e.g. C<'local $x = $y'>), +This typically means that assignment will soon follow (e.g. S<C<'local $x = $y'>>), and that will handle the magic. =cut |