Subject: | Avoid packaging resource forks with Mac Tiger tar |
Mac Tiger's version of tar apparently bundles resource forks as hidden
files starting with "._". In at least one case,
Statistics-Benford-0.01, these appear to have been included in the
released distribution (and then were detected by problems with
Pod::Coverage testing)
According to
http://forums.macosxhints.com/archive/index.php/t-43243.html setting
"COPY_EXTENDED_ATTRIBUTES_DISABLE=true" in the environment will stop
this behavior.
It probably makes sense to have the Makefile set this environment flag
for building the dist tarball when on Mac OSX.