Skip to content

Instantly share code, notes, and snippets.

@willert
Created December 20, 2013 12:06
Show Gist options
  • Save willert/8053860 to your computer and use it in GitHub Desktop.
Save willert/8053860 to your computer and use it in GitHub Desktop.
Possible new mist config format
# ask perlbrew or perlenv to default to a specific version of perl
perl '5.14.2';
assert {
# check some system wide prereqs on install time here
};
prepend 'ExtUtils::MakeMaker' => "6.30";
# skip testing for those distributions
notest 'Term::ReadKey';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment