Index: /trunk/doc/misc/perlCodeConventions.tex
===================================================================
--- /trunk/doc/misc/perlCodeConventions.tex	(revision 2350)
+++ /trunk/doc/misc/perlCodeConventions.tex	(revision 2351)
@@ -1,3 +1,3 @@
-%%% $Id: perlCodeConventions.tex,v 1.7 2004-11-12 21:53:55 jhoblitt Exp $
+%%% $Id: perlCodeConventions.tex,v 1.8 2004-11-12 21:58:22 jhoblitt Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -165,5 +165,5 @@
 # Copyright (C) 2004  Joshua Hoblitt
 #
-# $Id: perlCodeConventions.tex,v 1.7 2004-11-12 21:53:55 jhoblitt Exp $
+# $Id: perlCodeConventions.tex,v 1.8 2004-11-12 21:58:22 jhoblitt Exp $
 
 use 5.008005;   # optional
@@ -222,5 +222,5 @@
 # Copyright (C) 2004  Joshua Hoblitt
 #
-# $Id: perlCodeConventions.tex,v 1.7 2004-11-12 21:53:55 jhoblitt Exp $
+# $Id: perlCodeConventions.tex,v 1.8 2004-11-12 21:58:22 jhoblitt Exp $
 
 package Foo;
@@ -836,7 +836,10 @@
 \end{verbatim}
 
-\item 
-The word \code{assert} should be treated as a keyword, and
-separated by a space from its logical expression.
+\item
+Built-in quoting functions should have spaces between their parameters and the
+opening/closing delimiters.
+
+\begin{verbatim}
+my @things = qw( foo bar baz );
 \end{itemize}
 
