[Catalyst-commits] r11526 - Catalyst-Runtime/5.80/trunk
dhoss at dev.catalyst.perl.org
dhoss at dev.catalyst.perl.org
Wed Oct 14 00:50:27 GMT 2009
Author: dhoss
Date: 2009-10-14 00:50:26 +0000 (Wed, 14 Oct 2009)
New Revision: 11526
Modified:
Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
fixed error message for mac osx 10.7
Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-10-14 00:34:35 UTC (rev 11525)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-10-14 00:50:26 UTC (rev 11526)
@@ -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 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/;
+ die("Oh, you got Ceiling Cat, 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