Created
December 20, 2013 12:06
-
-
Save willert/8053860 to your computer and use it in GitHub Desktop.
Possible new mist config format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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