Closed samcv closed 7 years ago
Otherwise since it is not a required parameter, we fail part way through the bulid process:
Cannot resolve caller dir(IO::Path: ); none of these signatures match: (IO::Path:D $: Mu :$test = { ... }, :$absolute, :$Str, :$CWD = { ... }, *%_) in block at
Note: Alternatively you could require a path by using Str :$source-path! or even better: Str:D :$source-path!.
Str :$source-path!
Str:D :$source-path!
Otherwise since it is not a required parameter, we fail part way through the bulid process:
Cannot resolve caller dir(IO::Path: ); none of these signatures match: (IO::Path:D $: Mu :$test = { ... }, :$absolute, :$Str, :$CWD = { ... }, *%_) in block at
Note: Alternatively you could require a path by using
Str :$source-path!
or even better:Str:D :$source-path!
.