I just downloaded an XS module from CPAN, but want to compile it by hand, not using cpan. Running perl Makefile.PL and make creates .c, .o, .xs and .bs files, but I don't see any .pm to put in my path. What am I missing?
I don't want to make install it for every user.
If you run "make" you should discover the .pm file in the
blib/lib/Mathdirectory, and the .so in theblib/arch/auto/Math/FFTWdirectory.