[Templates-cvs] cvs commit: Template2/docsrc/src/Release Changes.tt2

cvs@template-toolkit.org cvs@template-toolkit.org
Mon, 12 Jan 2004 12:09:17 +0000


cvs         04/01/12 12:09:17

  Modified:    docsrc/src/Release Changes.tt2
  Log:
  * updated to reflect name change from version() to version_number()
  
  Revision  Changes    Path
  1.106     +3 -3      Template2/docsrc/src/Release/Changes.tt2
  
  Index: Changes.tt2
  ===================================================================
  RCS file: /template-toolkit/Template2/docsrc/src/Release/Changes.tt2,v
  retrieving revision 1.105
  retrieving revision 1.106
  diff -u -r1.105 -r1.106
  --- Changes.tt2	2004/01/12 11:15:34	1.105
  +++ Changes.tt2	2004/01/12 12:09:17	1.106
  @@ -20,7 +20,7 @@
   #   Any changes you make here may be lost!
   #
   #------------------------------------------------------------------------
  -# $Id: Changes.tt2,v 1.105 2004/01/12 11:15:34 abw Exp $
  +# $Id: Changes.tt2,v 1.106 2004/01/12 12:09:17 abw Exp $
   #========================================================================
   
   
  @@ -28,8 +28,8 @@
   # Version 2.12 - 12th January 2004
   #------------------------------------------------------------------------
   
  -* Added the version() method to Template::Base to report the version 
  -  number of a module.  Added some tests to t/base.t.
  +* Added the module_version() method to Template::Base to report the 
  +  version number of a module.  Added some tests to t/base.t.
   
   * Added the --template_module option to ttree, to allow the user to 
     specify a template processing module other than the default 'Template'