Skip to content

Commit

Permalink
Merge pull request #1921 from jstuder-gh/param_all_slurpies_not_posit…
Browse files Browse the repository at this point in the history
…ional

Issue 1918: Fix for .assuming sub with **@ and +@ params
  • Loading branch information
zoffixznet committed Jun 14, 2018
2 parents 2fa08d5 + 93a8ec6 commit 0ef7109
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/Parameter.pm6
Expand Up @@ -36,6 +36,8 @@ my class Parameter { # declared in BOOTSTRAP

my constant $SIG_ELEM_IS_NOT_POSITIONAL = $SIG_ELEM_SLURPY_POS
+| $SIG_ELEM_SLURPY_NAMED
+| $SIG_ELEM_SLURPY_LOL
+| $SIG_ELEM_SLURPY_ONEARG
+| $SIG_ELEM_IS_CAPTURE;
my constant $SIG_ELEM_IS_SLURPY = $SIG_ELEM_SLURPY_POS
+| $SIG_ELEM_SLURPY_NAMED
Expand Down

0 comments on commit 0ef7109

Please sign in to comment.