Skip to content

Commit

Permalink
[codingstd] Added strict to Makefile.PL. Excluded NQP blue_rect.pl ex…
Browse files Browse the repository at this point in the history
…ample

from Perl file checks.

git-svn-id: https://svn.parrot.org/parrot/trunk@25888 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
chromatic committed Feb 20, 2008
1 parent 397e40c commit 5e4bb06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Parrot. If you're reading this yourself, use F<Configure.pl>
=cut

use strict;
use warnings;

my %translations =
(
INSTALL_BASE => 'prefix',
Expand Down
1 change: 1 addition & 0 deletions lib/Parrot/Distribution.pm
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ sub get_perl_exemption_regexp {
lib/SmartLink.pm
lib/Test/
lib/Text/
examples/sdl/
};

my $regex = join '|', map { quotemeta $_ } @paths;
Expand Down

0 comments on commit 5e4bb06

Please sign in to comment.