diff options
Diffstat (limited to 'pod/perlcall.pod')
-rw-r--r-- | pod/perlcall.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perlcall.pod b/pod/perlcall.pod index c0af7e8f2a..327e253346 100644 --- a/pod/perlcall.pod +++ b/pod/perlcall.pod @@ -1909,7 +1909,9 @@ done inside our C code: ... - SV *cvrv = eval_pv("sub { print 'You will not find me cluttering any namespace!' }", TRUE); + SV *cvrv = eval_pv("sub { + print 'You will not find me cluttering any namespace!' + }", TRUE); ... |