From: jkeenan Date: Sun, 20 Nov 2011 00:51:11 +0000 (-0500) Subject: [RT #36079] Convert ` to '. X-Git-Tag: accepted/trunk/20130322.191538~2001^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c78c5bcc9eaaa50b0eccee0cb47ff09a20104b8;p=platform%2Fupstream%2Fperl.git [RT #36079] Convert ` to '. --- diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index 93c640c..3d4825a 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -998,7 +998,7 @@ shell: % perl # line 200 "bzzzt" - # the `#' on the previous line must be the first char on line + # the '#' on the previous line must be the first char on line die 'foo'; __END__ foo at bzzzt line 201.