leocharre has asked for the wisdom of the Perl Monks concerning the following question:
What about using MakeMaker for installing other things then perl?
Guy I work with is in love with bash, and codes some useful things- but he had some problems coming up with docs and getting the machine to put the executable in the right place. So.. we tried out ExtUtils::MakeMaker - which is what i use for all my module stuffs. And he's now documenting in POD which is a gem compared to creepy roff.
I get a bad little feeling in my tummy seeing what looks like.. perl abuse? Should he just write it straight out in perl? Or.. Is it ok to write bash etc and use a few perl tools to make it easier? - we do this a lot around here and I don't want to start a really bad perl practice
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (OT) ok to use pod and ExtUtils::MakeMaker to install bash scripts?
by Tanktalus (Canon) on Jan 26, 2007 at 17:10 UTC | |
|
Re: (OT) ok to use pod and ExtUtils::MakeMaker to install bash scripts?
by andyford (Curate) on Jan 26, 2007 at 17:00 UTC | |
|
Re: (OT) ok to use pod and ExtUtils::MakeMaker to install bash scripts?
by EvanK (Chaplain) on Jan 26, 2007 at 23:28 UTC |