On Tuesday 01 February 2005 02:49 pm, you wrote:
> Looks to me that the solution you used was to link the .pm file
> into top level with "ln -s lib/Module/Name.pm Name.pm".
>
Indeed, that's what I thought I remembered. However it doesn't seem to
work anymore. I get the same error.
What *does* work is editing the Makefile to replace the line
.pm.inl:
... with
Blabla.inl:
(where Blabla is the module name) Everything proceeds smoothly from
there. I have no idea what made the last workaround stop working.
In terms of deployment this causes headaches. What's needed is a
workaround or solution that doesn't require the end user to dive in
and edit the Makefile. Besides going back to the old module layout
(which may be the thing to do in the end), I wonder whether there's
some other way, such as making the Makefile generate correctly again.
Cheers!
PS The other errors, "Can't find ... in @INC" etc were just disguised
C errors due to mistaken use of uint data type. Nothing to do with
the Makefile problem.