aboutsummaryrefslogtreecommitdiff
path: root/tools/build/panda-state.p6
AgeCommit message (Collapse)AuthorFilesLines
2015-01-06unbreak hash initializer betterJonathan Scott Duff1-2/+1
2015-01-06unbreak hash initializerTobias Leich1-0/+1
2015-01-05switch digest module to cosimo on githubMoritz Lenz1-1/+1
It is now updated to work on current rakudo
2014-09-26just try to mkdir (in case it exists)Tobias Leich1-5/+5
2014-09-25add script that creates panda state fileTobias Leich1-0/+57
So after installing star panda will know what modules are installed. When someone then will install a module that depends on a shipped module, the shipped (and known working) dependency will be used by default.