Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set up a $*REPO
  • Loading branch information
niner committed Oct 21, 2015
1 parent f293126 commit 2e9dd10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/Process.pm
Expand Up @@ -36,6 +36,10 @@ multi sub INITIALIZE_DYNAMIC('$*TMPDIR') {
PROCESS::<$TMPDIR> := $*SPEC.tmpdir;
}

multi sub INITIALIZE_DYNAMIC('$*REPO') {
PROCESS::<$REPO> := CompUnitRepo.new(@*INC[0]);
}

multi sub INITIALIZE_DYNAMIC('$*HOME') {
my $HOME;

Expand Down

0 comments on commit 2e9dd10

Please sign in to comment.