in reply to Re^8: Build.PL versus Makefile.PL
in thread Build.PL versus Makefile.PL

EU:MM works now for every stable Perl (5) version, out of the box.

Only on those systems which have a working make, which is very much not every stable Perl 5 version out of the box. Take a few million Windows installations, for example.

Replies are listed 'Best First'.
Re^10: Build.PL versus Makefile.PL
by xdg (Monsignor) on Feb 11, 2007 at 00:26 UTC
    Take a few million Windows installations, for example.

    Ironically, those are the ActiveState ones, which also don't play nice with Module::Build, either.

    -xdg

    Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

      IMO its easier to install nmake than it is to install Module::Build.

      ---
      $world=~s/war/peace/g

        Of course, the Vanilla Perl approach is to bundle both dmake and Module::Build as part of the installation.

        :-)

        -xdg

        Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.