I have yet to come up with a satisfactory way to manage the development, build, and deployment of my Perl applications. I'd like to hear how you have solved this problem and/or what you would like to have in an application build system that you don't have now.
Please describe your application type (is it a web app, does it run on a server, or do you bundle it using PAR or PerlApp so that you can run on perlless systems).
Key things a build system should provide:
- Control of libraries.
- It should be possible to check a library distribution out into my dev directory to use it in my build.
- It should be easy to execute perl with an @INC value that will use the appropriate directories.
- It should be possible to get a list of modules that are being sourced from the system perl install.
- Makefile/Build integration
- It should be easy to do a global test across the entire application by issuing only one make test or similar command.
- Version control friendly
- structure should not interfere with normal usage of CVS, SVN and other version
control systems.
- Cross platform
- System should operate on Win32 and Unix derived systems at minimum.
- Ideally, tools should function identically in all places where perl operates.
- Single Perl install
- It should not be necessary to install perl into a special directory as part of setting up the environment.
- Easy start up
- Starting an application should be a mostly automated process. Something along the lines of Module::Starter or h2xs should be available to layout a basic structure and create any standard files.
Cross-posted at: Stackoverflow
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.