On Tue, Jun 24, 2003 at 09:34:24AM +0000, [EMAIL PROTECTED] wrote:
> When trying to build Regexp-Optimizer with the latest development
> version of ExtUtils::MakeMaker (6.10_06), I get an empty pm_to_blib
> rules and nothing gets copied to the blib directory.

I can't get it to produce a pm_to_blib with 6.03 nor 5.45.

After a bit of investigation it seems his layout is wrong.  MakeMaker
will look in lib/ and $(BASEEXT) by default.  $(BASEEXT) is the *last* part
of the module name (in this case, "Optimizer") not the first.  If he
wants it in Regexp/ he'll have to tell MakeMaker that with the PMLIBDIRS
attribute.

I'm a bit puzzled how anyone ever installed this module.  Dan?


-- 
How can you get very far,
If you don't know Who You Are?
How can you do what you ought,
If you don't know What You've Got?

Reply via email to