arlaneenalra has asked for the wisdom of the Perl Monks concerning the following question:
I have recently been experimenting with various perl web application frameworks and have run into a question:
make install or not
To date, the infrastructure that I have been working with relies on an perl web app to checked out from svn into a runtime directory. Which has worked reasonably well using CGI::Application and some custom in house libraries. Now, I'm looking at Catalyst, which gives you a nice Makefile.PL that will check/install dependencies for you. Just running make creates a slew of files that I'm not sure make sense for our present deployment model.
So, what is the best practice here?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: make install or not
by Tanktalus (Canon) on Jul 25, 2011 at 20:24 UTC |