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 well.
Does this sound like the "proper" way to do it? Where can I read up on
this for a beginner?
This book describes the traditional approach for writing Perl modules
and distributions, with a view towards integrating your software with
the Comprehensive Perl Archive Network (CPAN) (e.g. dependencies):
Sam Tregar, 2002, "Writing Perl Modules for CPAN", Apress, ISBN13
978-1-59059-018-8, http://www.apress.com/9781590590188
As expected, things have changed in the last 11 years. But, many of the
old ways still work, and understanding those will help you decide
if/what to upgrade.
HTH,
David
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/