Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
include @*INC in error message of failed use/require
  • Loading branch information
FROGGS committed Sep 14, 2015
1 parent a9407ef commit 694cebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CompUnitRepo.pm
Expand Up @@ -84,7 +84,7 @@ RAKUDO_MODULE_DEBUG("Looking in $spec for $name")
}
else {
nqp::die("Could not find $module_name in any of:\n " ~
join("\n ", 'XXX'));
join("\n ", @*INC));
}
} ) }

Expand Down

0 comments on commit 694cebf

Please sign in to comment.