On Thu, Apr 19, 2001 at 07:52:03PM -0500, Jarkko Hietaniemi wrote:
> On Fri, Apr 20, 2001 at 01:44:50AM +0100, Graham Barr wrote:
> > It should not matter if you have not built the XS. The .pm files contain
> > pure perl fallbacks for that case, so they should still be tested.
>
> It's perfectly possible that I broke the fallback behaviour when I did
> the integration, I didn't test that much.
Ah, yes. I guess the .pm's live in the ext directory. But if the extn is
not built they are not installed. So you won't have the pure pperl
version installed.
This probably does not matter. The pure perl fallback was added so people
without C compilers (mainly windows users) could install the module.
But as they must have a C compiler because they are building perl, the
fallback should not be needed.
Graham.