in reply to Re: seeking Makefile.PL wisdom -- how to install non-PM file?
in thread seeking Makefile.PL wisdom -- how to install non-PM file?

Thanks!

But is it safe to do so?
Are these lines are inter-make-compatible? (at least nmake and make and dmake?)

I also found a person with the same problem -- http://ungwe.org:30000/blog/2002/09/15/22:05/

For the record, currently I added '.pm' fake extension so file installed as needed
but I am uncomfortable with this solution.

Thanks once again!
Vadim.

  • Comment on Re^2: seeking Makefile.PL wisdom -- how to install non-PM file?

Replies are listed 'Best First'.
Re^3: seeking Makefile.PL wisdom -- how to install non-PM file?
by rafl (Friar) on Jul 15, 2006 at 16:20 UTC

    It works at least with GNU make and nmake. I haven't tried other make implementations so far and didn't even know that dmake existed.

    Cheers, Flo

A reply falls below the community's threshold of quality. You may see it by logging in.