Subject: | MANIFEST.SKIP: ^pm_to_blib/ is handled differently from 'make dist' |
From #toolchain:
17:22 hanekomu: about the discussion on Test::DistManifest earlier: I have ^pm_to_blib/ in
my MANIFEST.SKIP. When making the dist, the pm_to_blib dir is rightly skipped.
17:22 hanekomu: But when using Test::DistManifest, it reports that pm_to_blib is not in
MANIFEST
17:23 kthakore: hanekomu: maybe you need ^pm_to_blib$ ?
17:23 hanekomu: That's because it passes 'pm_to_blib' to Module::Manifest->skipped(), which
doesn't match ^pm_to_blib/ because of the final slash
17:23 hanekomu: kthakore: maybe, but the point is that it behaves different from the actual dist
making process