Subject: | Laborious ain't working hard enough |
The laborious option to Pod::Simple::Search is slightly mis-documented.
It claims that "Turning on this option will disable the heuristics for
seeing only files with Perl-like extensions", but that's not strictly true
as even with the option enabled this check is made:
unless (m/\.(pod|pm|plx?)\z/i || -x _ and -T _)
It'd be nice if the doc was updated and even nicer if there was a
laborious_harder option which skipped filename/permission checks like the
above and essentially passed all files through limitre and then -
Show quoted text
>contains_pod.