[Bast-commits] r8793 - local-lib/1.000/trunk
apeiron at dev.catalyst.perl.org
apeiron at dev.catalyst.perl.org
Sun Feb 21 19:38:24 GMT 2010
Author: apeiron
Date: 2010-02-21 19:38:24 +0000 (Sun, 21 Feb 2010)
New Revision: 8793
Modified:
local-lib/1.000/trunk/Makefile.PL
Log:
helps if I use the same variable name throughout the code
Modified: local-lib/1.000/trunk/Makefile.PL
===================================================================
--- local-lib/1.000/trunk/Makefile.PL 2010-02-21 14:31:08 UTC (rev 8792)
+++ local-lib/1.000/trunk/Makefile.PL 2010-02-21 19:38:24 UTC (rev 8793)
@@ -28,7 +28,7 @@
$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
More information about the Bast-commits
mailing list