Re: [Module-build-general] [PATCH] manifypods
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-07-30 14:35:34
|
On Wednesday, July 30, 2003, at 09:08 AM, Mathieu Arnold wrote: > +-le 22/07/2003 14:54 -0500, Ken Williams =E9crivait : > | > | Hmm, can't really tell what's going wrong. It's possible that -T=20 > isn't > | working correctly on 5.005. If you can try the current CVS when it > | becomes available, I've made some changes in t/manifypods.t that=20 > should > | give some more diagnostic information upon failure. My hunch is = that > | contains_pod() isn't working correctly. > > Ok, here is a patch which makes it work... > contains_pod does work, it's File::Find that's wront...... > > Don't ask why, but it does its job now. Thanks Mathieu, looks like $File::Find::name isn't to be trusted on old=20= perls. I've applied the patch, should work fine since the -T test is in there=20= now too. -Ken |