Skip to content

Commit 2eba769

Browse files
committed
shoichikaji++ show copied files
1 parent 1361821 commit 2eba769

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Build.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ class Build is Panda::Builder {
2424
my $dest-dir = $dest.IO.dirname;
2525
mkpath $dest-dir unless $dest-dir.IO.d;
2626

27+
my $relative = $*SPEC.abs2rel($file, $workdir);
28+
note "Copying $relative to $dest";
29+
2730
cp($file, $dest);
2831
}
2932
}

0 commit comments

Comments
 (0)