Re: Perl Application Deployment

2013-04-28 Thread Gerhard Jungwirth
Two standard ways are Build.PL: http://perldoc.perl.org/Module/Build/Cookbook.html Makefile.PL: https://metacpan.org/module/ExtUtils::MakeMaker On 04/27/2013 08:36 AM, Mike Dunaway wrote: > Hello everyone. > > Can anyone point me in the right direction to read about proper > application deploym

Re: Perl Application Deployment

2013-04-27 Thread David Christensen
On 04/26/13 23:36, Mike Dunaway wrote: Can anyone point me in the right direction to read about proper application deployment? I want a user to be able to download the application and build it on the command line using a makefile I suppose and I want dependencies to be installed automatically as

Perl Application Deployment

2013-04-26 Thread Mike Dunaway
Hello everyone. Can anyone point me in the right direction to read about proper application deployment? I want a user to be able to download the application and build it on the command line using a makefile I suppose and I want dependencies to be installed automatically as well. Does this so