Yo, The EU::Manifest docs say:
All files that match any regular expression in a file "MANIFEST.SKIP" (if such a file exists) are ignored. But that doesn't quite say what the target of the regex is - the filename only, or the complete path, or the relative path from the root of the tarball? The latter would seem to make the most sense. However, maybe my recent "speed up ExtUtils::Manifest" patch broke this? I think I should probably be matching on the relative paths, not on the bare file-or-directory name. Right? -Ken
