Kill resource forks
Marcus Ramberg [Wed, 22 Aug 2007 08:22:50 +0000 (08:22 +0000)]
Makefile.PL

index e9b18eb..825099f 100644 (file)
@@ -31,6 +31,12 @@ requires 'Tree::Simple::Visitor::FindByPath';
 requires 'URI' => '1.35';
 requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness
 
+if ($^O eq 'darwin') { 
+    makemaker_args(dist => { PREOP => 'if [ "$$COPY_EXTENDED_ATTRIBUTES_DISABLE" != "true" ]; then'.
+                                      ' echo "you must set the ENV variable COPY_EXTENDED_ATTRIBUTES_DISABLE to true,"; '.
+                                      ' echo "to avoid getting resource forks in your dist."; exit 255; fi' }); 
+}
+
 if (-e 'inc/.author') {
   build_requires 'Test::Perl::Critic';
 }