[Templates-cvs] cvs commit: TT3/docs modules.pod

cvs@template-toolkit.org cvs@template-toolkit.org
Thu, 16 Dec 2004 19:31:56 +0000


cvs         04/12/16 19:31:56

  Modified:    docs     modules.pod
  Log:
  *** empty log message ***
  
  Revision  Changes    Path
  1.3       +1 -1      TT3/docs/modules.pod
  
  Index: modules.pod
  ===================================================================
  RCS file: /template-toolkit/TT3/docs/modules.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- modules.pod	2004/12/15 14:06:08	1.2
  +++ modules.pod	2004/12/16 19:31:56	1.3
  @@ -22,7 +22,7 @@
   initialisation (this is the method that most subclasses redefine to
   handle object creation).  It provides a number of other general
   purpose methods for error reporting, (C<error()>, C<error_msg()>,
  -C<decline()>, C<throw()>), debugging C<debug(), C<dump()>,
  +C<decline()>, C<throw()>), debugging C<debug()>, C<dump()>,
   C<dump_xxxx()>), and various miscellaneous tasks (C<version()>,
   C<pkgvar()>, C<pkgvars()>, etc.)