Tk is using its own build system which doesn't seem to rely on
ExtUtils::MakeMaker for anything but trivial things.

I don't think what I want to do is possible using the normal methods.
So I just made a Sync.PL script in the main directory:

#!/usr/bin/env perl
use strict;
use warnings;

system "rsync -av ext/Hello/blib/ blib";

Reply via email to