Subject: | pod/find test fails |
A random debian user visited #perl with this problem.
t/pod/find...............NOK 4# Test 4 got: "undef - perlfunc.pod not found!" (t/pod/find.t at line 127)
Now, he was installing Pod::Checker onto a fairly light weight debian base.
Because Debian, and possibly other distros, split out the documentation into a seperate package, which isn't always installed, we shouldn't assume that perlfunc.pod is always installed on a host, which is what I would guess this test does.
You might need to bundle a small pod file and search for it independantly or something.