|
|
| There's more than one way to do things | |
| PerlMonks |
Re^5: ExtUtils::MakeMaker and dot filesby Anonymous Monk |
| on Jul 20, 2012 at 00:59 UTC ( #982734=note: print w/ replies, xml ) | Need Help?? |
|
The MANIFEST did not call for the files in the .AppleDouble folder, but they are still copied to blib. This is still a problem. Well, .AppleDouble/Foo.pm sure did not get copied to blib (I tested) But lib/.AppleDouble/Foop.pm did -- you should have been more specific! But I'd say its still not a problem because the purpose of MANIFEST.SKIP is to control which files get put into a tarball when you use make dist -- and if you do use make dist then the resulting tarball will be free of .AppleDouble folders Otherwise you'd have to use the icky PM_FILTER option, or the laborious PM option
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||