I tend to edit files on a Linux server with a Mac. When I do this, the Mac will add these .AppleDouble files all over the place. I won't go into (even if I could) the history and/or purpose of these files, but suffice to say they are of zero use to my Perl modules.

There are at least two problems I run into with these files when I do a make. One, sometimes the make or the Perl compiler simply fails because of these files. Two, the existence of .AppleDouble files means they often get put into the "i386-linux-thread-multi" area. If they get installed twice (once in multi and one in the "correct" place), Perl is forced to guess which one of the modules to actually use. Usually this means I spend a few minutes making several changes to a file that doesn't appear to execute differently, until I realize the double problem, curse loudly, and clear out the offending module.

We have tried to combat this problem by running a script to remove the .AppleDouble files just before the make--but they keep coming back like the common cockroach. We have also tried server-configuration solutions, but the versions of the server thingies are all the wrong versions and so cause other problems. So, that's no good either.

Does anyone know of a way to make MakeMaker exclude these files from arriving at the Perl lib directories?

While the internet suggests I'm not alone in this problem, I cannot find a way to solve it.

thanks

jason.

In reply to ExtUtils::MakeMaker and dot files by SleepyJay

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.