From 3da3c74ddcb242e0a051636cd3bd3a8a20052b25 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Thu, 3 Sep 2015 10:41:40 +1000 Subject: [PATCH] [perl #120903] fix a typo or should that be "fix an typo" --- pod/perlcall.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlcall.pod b/pod/perlcall.pod index c5bb267..c0af7e8 100644 --- a/pod/perlcall.pod +++ b/pod/perlcall.pod @@ -989,7 +989,7 @@ is the direct equivalent of this bit of Perl C is a perl global of type C that points to the symbol table entry containing the error. C therefore refers to the C -equivalent of C<$@>. We use an local temporary, C, since +equivalent of C<$@>. We use a local temporary, C, since C is a macro that calls a function, and C would end up calling that function multiple times. -- 1.8.3.1