This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck.t: Guard against weird input file types
authorKarl Williamson <public@khwilliamson.com>
Tue, 4 Oct 2011 02:49:10 +0000 (20:49 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 4 Oct 2011 03:06:16 +0000 (21:06 -0600)
commite42a86f0e11f91b8eee790c295d00ba87157989c
treea24bc5ba93f9cd737c3cd0c9cf1b2d400f6ce212
parenteb31523687db18ab802034a6b56659a16381a1b6
podcheck.t: Guard against weird input file types

This causes podcheck to only analyze non-zero length files that we can
read and are plain files or symbolic links.

Perhaps symbolic links should be skipped as well.  In the current blead,
experimenting with doing that made no difference.
t/porting/podcheck.t