Subject: | all_pod_files_ok() should use MANIFEST when not browsing 'blib' |
all_pod_files_ok() has currently (1.26) two starting points:
- 'blib'
- 'lib' as a fallback
So files in 'bin' or 'scripts' are ignored when not testing 'blib'.
So, instead of browsing only 'lib' and ignoring CVS and .svn files, it
should instead check all the files listed in MANIFEST and the special
treatment for CVS/.svn should be dropped.