in reply to Build.PL not generating Makefile.PL

Does it work if you are doing only one module? Do you see the "Creating Makefile.PL" message when you do ./Build.PL dist? What version of Module::Build are you seeing this happen with?
  • Comment on Re: Build.PL not generating Makefile.PL

Replies are listed 'Best First'.
Re^2: Build.PL not generating Makefile.PL
by sweetser (Acolyte) on Dec 11, 2006 at 01:21 UTC
    I see what I was missing. I am using automake. To generate the Makefile.PL, I need to use "Build dist", and then Makefile.PL is created. So I have added that to Makefile.am

    Thanks,
    doug