Skip to content

Commit 904ecde

Browse files
committed
Eradicated pir::can, replaced by nqp::can
1 parent b6b527d commit 904ecde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HLL/Compiler.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ class HLL::Compiler {
496496
}
497497

498498
method pir($source, *%adverbs) {
499-
if pir::can($source, 'pir') {
499+
if nqp::can($source, 'pir') {
500500
my $*PIRT := 1;
501501
self.pirbegin() ~ $source.pir()
502502
}

0 commit comments

Comments
 (0)