From: Simon Cozens Date: Tue, 27 Mar 2001 01:12:01 +0000 (+0100) Subject: perlvar nit X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3fd4402b77b8d20df0d1c764b534fa290d41b2d3;p=p5sagit%2Fp5-mst-13.2.git perlvar nit Message-ID: <20010327011201.A19179@netthink.co.uk> p4raw-id: //depot/perl@9378 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 718484f..fc3a746 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -944,7 +944,7 @@ This can be used to determine whether the Perl interpreter executing a script is in the right range of versions. (Mnemonic: use ^V for Version Control.) Example: - warn "No "our" declarations!\n" if $^V and $^V lt v5.6.0; + warn "No \"our\" declarations!\n" if $^V and $^V lt v5.6.0; See the documentation of C and C for a convenient way to fail if the running Perl interpreter is too old.