perl6 / perl6-pod-to-bigpage

Artistic License 2.0
2 stars 10 forks source link

Set default directory as "." #7

Closed samcv closed 7 years ago

samcv commented 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!.