Skip to content

Instantly share code, notes, and snippets.

@broquaint
Created May 2, 2010 15:02
Show Gist options
  • Save broquaint/387182 to your computer and use it in GitHub Desktop.
Save broquaint/387182 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
# XXX Assumes bootstrap.pl has already run
use FindBin;
BEGIN {
$ENV{CATALYST_LOCAL_LIB} = 1;
do "$FindBin::Bin/env" or die $@;
}
use CPAN;
install($_) for @ARGV;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment