Skip to content

Commit

Permalink
Uses (theoretically OS-independent) IO::Path, refs #5
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Sep 4, 2019
1 parent 660a389 commit 1593516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/030-sub-directories.t
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ my $content = q:to/PODEND/;
PODEND

for <sub-dir-1 sub-dir-2 sub-dir-3> -> $d {
mkdir DOC ~ "/$d";
mkdir IO::Path.new( DOC ~ "/$d" );
(DOC ~ "/$d/a-file-$_.pod6").IO.spurt($content) for 1..4
}

Expand Down

0 comments on commit 1593516

Please sign in to comment.