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 10fd51f commit 7732ed6Copy full SHA for 7732ed6
tools/lib/NQP/Config/NQP.pm
@@ -27,7 +27,7 @@ sub configure_backends {
27
else {
28
my $have_gen_moar = defined $options->{'gen-moar'};
29
my $moar_exe = can_run( $self->moar_config->{moar} ) || can_run('moar');
30
- if ( $moar_exe ) {
+ if ( $moar_exe || $have_gen_moar ) {
31
say "===WARNING!===\n",
32
" No backends specified on the command line.\n",
33
" Using 'moar' because we found '$moar_exe' executable."
0 commit comments