Skip to content

Commit

Permalink
[Perl6/Module/Loader.pm] patch by jnthn++ need's %name_adverbs argume…
Browse files Browse the repository at this point in the history
…nt optional
  • Loading branch information
Martin Berends committed Mar 11, 2010
1 parent 0a0469e commit e634b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Module/Loader.pm
Expand Up @@ -4,7 +4,7 @@ class Perl6::Module::Loader;

our %LOADED;

method need($name, %name_adverbs) {
method need($name, %name_adverbs?) {
# Use locator to find the module.
my @inc := pir::get_hll_global__PS('@INC');
my $pm_file := %name_adverbs<ver> || %name_adverbs<auth> ??
Expand Down

0 comments on commit e634b58

Please sign in to comment.