Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:rakudo/rakudo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Aug 9, 2009
2 parents 4786eb8 + e690c9f commit 39cc848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/eval.pir
Expand Up @@ -185,7 +185,7 @@ itself can be found in src/builtins/control.pir.
no_hll:
# Require module.
.local pmc retval
retval = 'require'(module, 'module'=>1)
retval = 'require'(module, 'module'=>1, 'ver'=>ver)
unless null retval goto have_retval
retval = '!FAIL'()
have_retval:
Expand Down

0 comments on commit 39cc848

Please sign in to comment.