Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: seeking good prototype install script or module

by philcrow (Priest)
on Apr 09, 2007 at 20:01 UTC ( [id://609028]=note: print w/replies, xml ) Need Help??


in reply to seeking good prototype install script or module

I think you can accomplish all of that except the GUI with Module::Build, it is a pure perl replacement for make maker. If you do have make, you can then inject your dist into your own mini-cpan and install with the CPAN shell.

We do this and like it quite a bit. Module::Build allows us to ask questions even during CPAN shell installation, but we still provide reasonable defaults. It allows us to install perl modules, scripts, and ancillary files easily.

Alternatively, some people sware by PAR, which can get around the absence of tools like make. I've never needed to try that myself, since the above scheme works in my linux only world.

Phil

  • Comment on Re: seeking good prototype install script or module

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-25 18:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found