"Mike" <> wrote in message
news: oups.com...
> Hi,
> I have written two modules with the following structure
>
> Sta::Wf
> Sta::Txt
>
> I have a Makefile with the follwing DIR command
> 'DIR' => [ qw( Sta/Txt Sta/Wf )],
>
Are you sure you need to include that ''DIR => ...' entry ? (What happens if
you remove it ?).
See, for example the libwin source package (
http://search.cpan.org/~jdb/libwin32-0.26/ ), which contains a number of
modules and Makefile.PL's in various subdirectories - all of which get built
by simply running the top level Makefile.PL - without any need for a "DIR =>
..." entry in that top level Makefile.PL.
Cheers,
Rob