Skip to content

Commit

Permalink
Make $?COMPILATION-ID a proper string
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Feb 21, 2018
1 parent e3c4db7 commit 62242ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/VM.pm
@@ -1,8 +1,8 @@
my constant $?COMPILATION-ID :=
nqp::sha1(nqp::concat(
nqp::p6box_s(nqp::sha1(nqp::concat(
$*W.handle,
nqp::getcomp('perl6').compilation-id
));
)));

class VM does Systemic {
has $.config;
Expand Down

0 comments on commit 62242ca

Please sign in to comment.