Skip to content

Instantly share code, notes, and snippets.

@miyagawa
Created May 1, 2009 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miyagawa/104823 to your computer and use it in GitHub Desktop.
Save miyagawa/104823 to your computer and use it in GitHub Desktop.
use strict;
use warnings;
use CPAN;
use Mac::Files; # for File::HomeDir::Darwin delayed loads
use ExtUtils::MakeMaker 6.31;
# now clears up the existent local::lib
$ENV{PERL5LIB} = '';
require local::lib;
import local::lib '--self-contained', './extlib';
CPAN->shell;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment