Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: make/deploy tool for perl scripts

by hardburn (Abbot)
on Jul 13, 2004 at 18:19 UTC ( [id://374085]=note: print w/replies, xml ) Need Help??


in reply to make/deploy tool for perl scripts

Module::Build is getting popular. I don't like the authors' antaganisitc views on the older ExtUtils::MakeMaker, but they do have a good module.

----
send money to your kernel via the boot loader.. This and more wisdom available from Markov Hardburn.

Replies are listed 'Best First'.
Re^2: make/deploy tool for perl scripts
by sintadil (Pilgrim) on Jul 13, 2004 at 23:20 UTC
    I personally don't like Module::Build's complete disregarding of well-established items like PREFIX and such. Especially when it recognises that it's been passed those items. It's incredibly arrogant, IMO. (update: fix a minor grammar issue)
      Um, not implementing something is not arrogant. Have you ever looked at the code in EU::MM that makes PREFIX do its thing? Would you care to re-implement that?
      I personally don't like Module::Build's complete disregarding of well-established items like PREFIX and such. Especially when it recognises that it's been passed those items. It's incredibly arrogant

      No it's not.

      The whole point of Module::Build is to re-think how module installation works. The EU:MM PREFIX logic is very complicated. The M::B install_base logic is far simpler and works in more places.

      If you want M::B to do exactly the same as EU:MM why bother?

        If you want M::B to do exactly the same as EU:MM why bother?

        I don't bother. Other module authors do, though. As for why it matters: I'm a stickler for backward compatibility and tradition. That and I'm afraid of the Perl module build process being mutated into something like the GNU autotools suite. If you've ever tried to run an autogen.sh on a BSD system, you know what I mean. If you don't, search the FreeBSD mailing list archives.

        Think about it this way: I'm so pleased with the user interface of the current system that any sort of change bothers me. :)

Re^2: make/deploy tool for perl scripts
by adrianh (Chancellor) on Jul 14, 2004 at 22:49 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://374085]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-20 04:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found