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
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
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