Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Ensure uniqueness of precomp dependences.
Some background: I noticed duplicate entries appearing in some of the `lib/.precomp/*.rev-deps` when doing the following: ``` $ panda installdeps PDF $ panda look PDF .panda-work/1452532671_1$ time perl6 -I lib -e'use PDF::DAO::Doc' .panda-work/1452532671_1$ time perl6 -I lib -e'use PDF::DAO::Doc' ``` With this patch, duplicates are removed from `*.rev-deps` and the second `use PDF::DAO::Doc` only takes about half the time.
- Loading branch information