We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90092d0 commit bc69ca5Copy full SHA for bc69ca5
src/HLL/Compiler.pm
@@ -45,7 +45,7 @@ class HLL::Compiler {
45
push_eh _handler
46
$P0 = getinterp
47
$P0 = $P0[.IGLOBALS_CONFIG_HASH]
48
- $S0 = $P0['revision'] # also $I0 = P0['installed'] could be used
+ $S0 = $P0['git_describe'] # also $I0 = P0['installed'] could be used
49
_handler:
50
pop_eh
51
%r = box 'This compiler is built with the Parrot Compiler Toolkit, parrot '
0 commit comments