From: Father Chrysostomos Date: Sun, 16 Jan 2011 22:09:14 +0000 (-0800) Subject: [perl #81584] recommend Devel::FindAmpersand X-Git-Tag: accepted/trunk/20130322.191538~6107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d8a75b5a439e75bb458307d35cc1e66f99c4333b;p=platform%2Fupstream%2Fperl.git [perl #81584] recommend Devel::FindAmpersand --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 22c4477..53295f0 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1067,7 +1067,8 @@ strongly discouraged unless you import it without the match variables: use English '-no_match_vars' -The C module can help you find uses of these +The C and C +modules can help you find uses of these problematic match variables in your code. Since Perl 5.10, you can use the C

match operator flag and the