[Templates-cvs] cvs commit: TT3/docs podspec.pod
cvs@template-toolkit.org
cvs@template-toolkit.org
Mon, 13 Dec 2004 13:14:48 +0000
cvs 04/12/13 13:14:48
Modified: docs podspec.pod
Log:
* minor fixes
Revision Changes Path
1.2 +6 -4 TT3/docs/podspec.pod
Index: podspec.pod
===================================================================
RCS file: /template-toolkit/TT3/docs/podspec.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- podspec.pod 2004/12/13 13:09:35 1.1
+++ podspec.pod 2004/12/13 13:14:48 1.2
@@ -5,11 +5,13 @@
=head2 Inline Code
-All inline code fragments should be quoted using C<...>. Module names
-should not be quoted as such.
+All inline code fragments, including parameter names and literal
+values, should be quoted using C<CE<lt>...E<gt>>. Module names should
+not be quoted as such.
- blah blah blah the C<$foo> variable is passed to the
- Template::Module C<fetch()> method and so on
+ and so the C<$foo> variable is passed to the C<fetch()>
+ method in Template::Module and so on via the C<thingy>
+ option which defaults to the string C<'foo'>.
=head2 Indenting Code Blocks