Subject: | make_eg.pl gets installed into site/lib/Win32/make_eg.pl |
make_eg.pl gets installed into site/lib/Win32/make_eg.pl
One simple fix is to move it to eg
perl -MExtUtils::Command -e mv make_eg.pl eg/make_eg.pl
perl -pi.orig -e "s!make_eg.pl!eg/make_eg.pl!" Makefile.PL MANIFEST
Tested with 'dmake test' and 'dmake disttest'
against Win32-GuiTest-1.56
with ExtUtils::MakeMaker: 6.55_02
Thanks