File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ sub append_to_file
245245 or die " could not write \" $filename \" : $! " ;
246246 print $fh $str ;
247247 close $fh ;
248- return ;
248+ return ;
249249}
250250
251251# Check that all file/dir modes in a directory match the expected values,
@@ -521,7 +521,7 @@ sub command_checks_all
521521 {
522522 like($stderr , $re , " $test_name stderr /$re /" );
523523 }
524-
524+
525525 return ;
526526}
527527
Original file line number Diff line number Diff line change 1-
21# src/tools/perlcheck/find_perl_files
32
43# shell function to find all perl files in the source tree
@@ -11,5 +10,5 @@ find_perl_files () {
1110 find . -type f -perm -100 -exec file {} \; -print |
1211 egrep -i ':.*perl[0-9]*\>' |
1312 cut -d: -f1
14- } | sort -u | grep -v '^\./\.git/'
13+ } | sort -u | grep -v '^\./\.git/'
1514}
Original file line number Diff line number Diff line change @@ -16,4 +16,3 @@ theme = core
1616# for now raise severity of this to level 5
1717[Subroutines::RequireFinalReturn]
1818severity = 5
19-
You can’t perform that action at this time.
0 commit comments