From: apeiron Date: Sun, 21 Feb 2010 19:38:24 +0000 (+0000) Subject: helps if I use the same variable name throughout the code X-Git-Tag: 1.006009~44 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=c27d9c94175c3ff1e1b8d2f8b07b5bc301e4162e helps if I use the same variable name throughout the code git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@8793 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/Makefile.PL b/Makefile.PL index 8c4802b..1d7a3c8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,7 +28,7 @@ if(exists $ENV{PERL_LL_TAR}) { $have_gtar ||= -x $ENV{PERL_LL_TAR}; } -die <<'DEATH' unless $has_gtar; +die <<'DEATH' unless $have_gtar; You are using Solaris (or another traditional Unix) that does not provide a sane tar, capable of dealing with the output of GNU tar. Please either set the PERL_LL_TAR environment variable to the location of a version of tar that