summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-01-16 14:09:14 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-01-16 14:20:10 -0800
commitd8a75b5a439e75bb458307d35cc1e66f99c4333b (patch)
tree02a6849ee5979c59dd6c9e7058ab65d0b7316756 /pod/perlvar.pod
parent64fbc533033c3f2e17c850812bbb3a7781264fe8 (diff)
downloadperl-d8a75b5a439e75bb458307d35cc1e66f99c4333b.tar.gz
[perl #81584] recommend Devel::FindAmpersand
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 22c4477b97..53295f0c9a 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<Devel::NYTProf> module can help you find uses of these
+The C<Devel::NYTProf> and C<Devel::FindAmpersand>
+modules can help you find uses of these
problematic match variables in your code.
Since Perl 5.10, you can use the C</p> match operator flag and the