IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2374


Ignore:
Timestamp:
Nov 15, 2004, 7:00:21 PM (22 years ago)
Author:
jhoblitt
Message:

require all modules to be under the PS:: namespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/misc/perlCodeConventions.tex

    r2373 r2374  
    1 %%% $Id: perlCodeConventions.tex,v 1.16 2004-11-16 04:58:16 jhoblitt Exp $
     1%%% $Id: perlCodeConventions.tex,v 1.17 2004-11-16 05:00:21 jhoblitt Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    214214
    215215Perl Module/Namespaces deviate slightly from the standard naming conventions in
    216 that the first character is always capitalized.
     216that the first character is always capitalized.  All Pan-STARRS specific
     217modules should be under the top level \code{PS::} namespace.
    217218
    218219\begin{itemize}
Note: See TracChangeset for help on using the changeset viewer.