git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@8793
bd8105ee-0ff8-0310-8827-fb3f25b6796d
$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