<[EMAIL PROTECTED]> writes: >Tk is using its own build system which doesn't seem to rely on >ExtUtils::MakeMaker for anything but trivial things.
No it isn't. It is using MakeMaker for almost everything, I should know I wrote it. It does have a prefix script which does configure-like things, and does sub-class MakeMaker so it isn't the easiest to follow. > >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";