Skip to content

Commit 2cf8e3e

Browse files
committed
Symlink to the policies
1 parent 887ac58 commit 2cf8e3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Policy

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lib/Perl/Critic/Policy

lib/Perl/Critic/Policy/Variables/ProhibitLocalVars.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module to give those variables more meaningful names.
7979
8080
=head1 NOTES
8181
82-
If an external module uses package variables as it's interface, then
82+
If an external module uses package variables as its interface, then
8383
using C<local> is actually a pretty sensible thing to do. So
8484
Perl::Critic will not complain if you C<local>-ize variables with a
8585
fully qualified name such as C<$Some::Package::foo>. However, if

0 commit comments

Comments
 (0)