We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887ac58 commit 2cf8e3eCopy full SHA for 2cf8e3e
Policy
@@ -0,0 +1 @@
1
+lib/Perl/Critic/Policy
lib/Perl/Critic/Policy/Variables/ProhibitLocalVars.pm
@@ -79,7 +79,7 @@ module to give those variables more meaningful names.
79
80
=head1 NOTES
81
82
-If an external module uses package variables as it's interface, then
+If an external module uses package variables as its interface, then
83
using C<local> is actually a pretty sensible thing to do. So
84
Perl::Critic will not complain if you C<local>-ize variables with a
85
fully qualified name such as C<$Some::Package::foo>. However, if
0 commit comments