projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b59747a
)
Ignore directories when checking POD encoding
author
Steve Hay
<steve.m.hay@googlemail.com>
Mon, 12 Aug 2013 12:56:22 +0000
(13:56 +0100)
committer
Steve Hay
<steve.m.hay@googlemail.com>
Mon, 12 Aug 2013 12:56:59 +0000
(13:56 +0100)
Porting/checkpodencoding.pl
patch
|
blob
|
history
diff --git
a/Porting/checkpodencoding.pl
b/Porting/checkpodencoding.pl
index
a936368
..
050cbe0
100755
(executable)
--- a/
Porting/checkpodencoding.pl
+++ b/
Porting/checkpodencoding.pl
@@
-22,7
+22,7
@@
find(
sub finder {
my $file = $_;
- return if -B $file;
+ return if -
d $file or -
B $file;
open my $fh, '<', $file;