diff --git a/perl_syntax.sh b/perl_syntax.sh index c0fc3e0e..d0a8dbee 100755 --- a/perl_syntax.sh +++ b/perl_syntax.sh @@ -21,7 +21,7 @@ srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" section "Perl Syntax Checks" -for x in $(find "${1:-.}" -maxdepth 2 -type f -iname '*.pl' -o -iname '*.pm'); do +for x in $(find "${1:-.}" -maxdepth 2 -type f -iname '*.pl' -o -iname '*.pm' -o iname '*.t'); do isExcluded "$x" && continue #printf "%-50s" "$x:" #$perl -Tc $I_lib ./$x