Dear Testers
My releases of Wx seem to fail for many testers because the dependency
Alien::wxWidgets
is in, for example,
/home/cpan/pit/bare/conf/perl-5.14.2/.cpanplus/5.14.2/build/Alien-wxWidgets-0.59/blib/lib
/home/cpan/pit/bare/conf/perl-5.14.2/.cpanplus/5.14.2/build/Alien-wxWidgets-0.59/blib/arch
For many install situations (it varies depending on what wxWidgets libs
are already installed on the machine) this cannot work. Alien::wxWidgets
must be installed to its installed location, and the above blib/lib and
blib/arch directories cannot preceed the installed location in @INC
during the build.
in my EUMM Makefile, what combination of
PREREQ_PM
and
META_ADD =>
configure_requires
build_requires
requires
should I use?
Or is this something I'll have to sort out in Alien::wxWidgets?
Many thanks
Mark Dootson