commit fixes that went into 1.005001
[p5sagit/local-lib.git] / Makefile.PL
index 8c4802b..18e25bd 100644 (file)
@@ -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
@@ -102,7 +102,8 @@ DEATH
          }
          return $orig->(@_);
        };
-       $CPAN::Config->{urllist} = ["http://cpan.shadowcatprojects.net"];
+       # not yet -- apeiron, 2010-03-10 
+       #$CPAN::Config->{urllist} = ["http://cpan.shadowcatprojects.net"];
        # <mst> all bootstrapped fine on one DH account
        # <mst> on another, it tries to install man stuff into /usr/local
        # <mst> cannot for the life of me figure out why
@@ -111,7 +112,7 @@ DEATH
        # <mst> ExtUtils::ParseXS uses Module::Build
        # <mst> but Module::Build depends on it
        # <mst> so you need to set prefer_installer MM
-       # <mst> so cpan uses EU::ParseXS' Makefile.PL
+       # <mst> so cpan uses EU::ParseXS Makefile.PL
        # <mst> since we already got EUMM, *that* works
        $CPAN::Config->{prefer_installer} = "EUMM";
        CPAN::Config->load;