Changeset 2409 for trunk/doc/misc/perlCodeConventions.tex
- Timestamp:
- Nov 23, 2004, 1:20:38 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/misc/perlCodeConventions.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/misc/perlCodeConventions.tex
r2408 r2409 1 %%% $Id: perlCodeConventions.tex,v 1.3 0 2004-11-23 23:16:18 jhoblitt Exp $1 %%% $Id: perlCodeConventions.tex,v 1.31 2004-11-23 23:20:38 jhoblitt Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 163 163 A \code{use strict} and \code{use warnings} declaration. 164 164 165 \item 166 An optional \code{$VERSION} declaration. This is useful with 167 \code{Getopt::Long}'s \code{auto_version} feature. 168 165 169 \item 166 170 Any modules to include. … … 211 215 212 216 \item 213 A module \code{VERSION} declaration.217 A \code{$VERSION} declaration. 214 218 215 219 \item
Note:
See TracChangeset
for help on using the changeset viewer.
