Ken Williams <[EMAIL PROTECTED]> writes: >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?
Tk's MANIFEST.SKIP (which is itself auto generated!) does indeed have relative paths. But as they end in ...$ they would match just as well against fill paths. > > -Ken -- Nick Ing-Simmons http://www.ni-s.u-net.com/
