Hi,
I just created a simple module (basically the test module from the docs).
perl makefile.pl
nmake
nmake test
works great (I added a few tests with real action and it works).
But if I actually install and use the module it doesn't work. The problem
seems to be, that the .inl file is not in
blib/arch/auto/Math/Simple
nor in any other directory.
The only thing I see is an Simple.inl file in the Source directory that only
has the lines:
*** AUTOGENERATED by Inline.pm ***
This file satisfies the make dependency for Test.pm
in it.
Am I missing something basic here?
Thomas