So if this becomes true, it is a break through for Perl in your shop. Try to do everything as perfectly as possible, so more and more chance might come up for Perl in your shop.

You already did the first thing absolutely right: focus on change control.

cvs (or other tools like clear case) for sure. This is always true for all projects, regardless what the development language you use. Not just your Perl source code, but also any document, test data, test script.

Remember that cvs is nothing, if there is no well defined rules of using cvs. Whatever how good the tool is, you can always use it in the wrong way. Especailly with tool like cvs, it is about discipline. If you want I can share with your the change control process in my shop. We have a document for change control, and you obviously need one.

You should allow people to download modules from CPAN and play with them. At the same time, there should be a control point, to determine whether a module can be used in production system.

Try to do an excellent job on code review, and testing.

Good luck!


In reply to Re: Perl Management by pg
in thread Perl Management by xenchu

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.