From: Matt Kraai Date: Thu, 15 May 2008 15:45:17 +0000 (-0700) Subject: Make perlfunc link to the correct section of perlop for q//, qq//, qx//, and qw// X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1d888ee36433a32b59b68d4f5c5d31b674d39322;p=p5sagit%2Fp5-mst-13.2.git Make perlfunc link to the correct section of perlop for q//, qq//, qx//, and qw// Message-ID: <20080515224517.GA11692@ftbfs.org> p4raw-id: //depot/perl@33834 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 7e7692e..99acb78 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4211,13 +4211,15 @@ the completed C. =item qq/STRING/ -=item qr/STRING/ - =item qx/STRING/ =item qw/STRING/ -Generalized quotes. See L. +Generalized quotes. See L. + +=item qr/STRING/ + +Regexp-like quote. See L. =item quotemeta EXPR X X