The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/bin/sh

# Module::Build using Test::Pod, which doesn't catch as many errors as
# Pod::Checker, so ... hmph.

podchecker $(find test_inc/ test_lib/ inc/ lib/ -name '*.pm' -or -name '*.pod') 2>&1 | grep '^\*'