Changeset 2374
- Timestamp:
- Nov 15, 2004, 7:00:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/misc/perlCodeConventions.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/misc/perlCodeConventions.tex
r2373 r2374 1 %%% $Id: perlCodeConventions.tex,v 1.1 6 2004-11-16 04:58:16jhoblitt Exp $1 %%% $Id: perlCodeConventions.tex,v 1.17 2004-11-16 05:00:21 jhoblitt Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 214 214 215 215 Perl Module/Namespaces deviate slightly from the standard naming conventions in 216 that the first character is always capitalized. 216 that the first character is always capitalized. All Pan-STARRS specific 217 modules should be under the top level \code{PS::} namespace. 217 218 218 219 \begin{itemize}
Note:
See TracChangeset
for help on using the changeset viewer.
