[Templates-cvs] cvs commit: TT3/lib Template.pm

cvs@template-toolkit.org cvs@template-toolkit.org
Wed, 15 Dec 2004 13:44:47 +0000


cvs         04/12/15 13:44:46

  Modified:    lib      Template.pm
  Log:
  * changed Template::Utils save_file() to write_file()
  
  Revision  Changes    Path
  1.5       +3 -3      TT3/lib/Template.pm
  
  Index: Template.pm
  ===================================================================
  RCS file: /template-toolkit/TT3/lib/Template.pm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Template.pm	2004/12/12 17:56:32	1.4
  +++ Template.pm	2004/12/15 13:44:45	1.5
  @@ -15,7 +15,7 @@
   #   modify it under the same terms as Perl itself.
   #
   # REVISION
  -#   $Id: Template.pm,v 1.4 2004/12/12 17:56:32 abw Exp $
  +#   $Id: Template.pm,v 1.5 2004/12/15 13:44:45 abw Exp $
   #
   #========================================================================
   
  @@ -122,7 +122,7 @@
           $output = $UTILS->file_path($self->{ output_path }, $output)
               if $self->{ output_path };
   
  -        return $UTILS->save_file($output, $textref, $opts)
  +        return $UTILS->write_file($output, $textref, $opts)
               || $self->error($UTILS->error());
       }
       else {
  @@ -156,7 +156,7 @@
   
   =head1 VERSION
   
  -$Revision: 1.4 $
  +$Revision: 1.5 $
   
   =head1 COPYRIGHT