X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=18e25bd65b561108d3347b8179bee37a25270ef0;hb=f48dec31921d59ee7c7475460c3a1378a971101b;hp=1d7a3c87f7de0d115d9381134cd0876d8b9a128e;hpb=c27d9c94175c3ff1e1b8d2f8b07b5bc301e4162e;p=p5sagit%2Flocal-lib.git diff --git a/Makefile.PL b/Makefile.PL index 1d7a3c8..18e25bd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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"]; # all bootstrapped fine on one DH account # on another, it tries to install man stuff into /usr/local # cannot for the life of me figure out why @@ -111,7 +112,7 @@ DEATH # ExtUtils::ParseXS uses Module::Build # but Module::Build depends on it # so you need to set prefer_installer MM - # so cpan uses EU::ParseXS' Makefile.PL + # so cpan uses EU::ParseXS Makefile.PL # since we already got EUMM, *that* works $CPAN::Config->{prefer_installer} = "EUMM"; CPAN::Config->load;