Thanks Rob, That's working. I noticed that the Simple.pm module is in the same directory as the Makefile and Makefile.pl files whereas mine was in lib/package/module.pm seen from the location of the Makefile. Changing that and it worked.
Uli ""Sisyphus"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > ----- Original Message ----- > From: "Ulrich Stärk" > >> Is this a bug in Inline::MakeMaker or am I just >> missing something? > > I think you're missing something but I'm not sure. > The Math::Simple sample module is actually included in the Inline-0.44 > distro, so 'cd' to the modules/Math/Simple folder and run: > > perl Makefile.PL > nmake test > nmake install > > Does that work ok ? Does it throw any light on the problem ? > >> P.S.: when will Inline::MakeMaker be sensible to whitespaces in paths? >> :-) >> > > If I understand correctly, it should be fixed in the upcoming Inline-0.45. > See: > http://www.mail-archive.com/inline@perl.org/msg02882.html > > Cheers, > Rob >