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

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Wed Oct 14 00:20:07 GMT 2009


Author: dhoss
Date: 2009-10-14 00:20:06 +0000 (Wed, 14 Oct 2009)
New Revision: 11522

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
fixed regex for next mac codename/version, will have to actually figure out what the 10.7 codename is when it arrives

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-10-14 00:14:42 UTC (rev 11521)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-10-14 00:20:06 UTC (rev 11522)
@@ -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 Snow Lepoard, 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.6/;
+         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/;
         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