[Catalyst-commits] r11523 - Catalyst-Runtime/5.80/trunk

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Wed Oct 14 00:23:46 GMT 2009


Author: dhoss
Date: 2009-10-14 00:23:45 +0000 (Wed, 14 Oct 2009)
New Revision: 11523

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Attempted to make the error message more obvious

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-10-14 00:20:06 UTC (rev 11522)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-10-14 00:23:45 UTC (rev 11523)
@@ -149,7 +149,7 @@
 
         # TAR on 10.4 wants COPY_EXTENDED_ATTRIBUTES_DISABLE
         # On 10.5 (Leopard) it wants COPYFILE_DISABLE
-         die("Oh, you got Lion, snazzy. Please read the man page for tar to find out if Apple renamed COPYFILE_DISABLE again and fix this Makefile.PL please?\n") if $osx_ver =~ /^10.7/;
+         die("Oh, you got Lion, snazzy. Please read the man page for tar or Google to find out if Apple renamed COPYFILE_DISABLE (it was COPY_EXTENDED_ATTRIBUTES_DISABLE originally) again and fix this Makefile.PL please?\n") if $osx_ver =~ /^10.7/;
         my $attr = $osx_ver =~ /^10.(5|6)/  ? 'COPYFILE_DISABLE' : 'COPY_EXTENDED_ATTRIBUTES_DISABLE';
 
         makemaker_args(dist => { PREOP => qq{\@if [ "\$\$$attr" != "true" ]; then}.




More information about the Catalyst-commits mailing list