[Templates-cvs] cvs commit: TT3/t scanner.t

cvs@template-toolkit.org cvs@template-toolkit.org
Wed, 01 Dec 2004 11:07:35 +0000


cvs         04/12/01 11:07:16

  Modified:    t        scanner.t
  Log:
  * changed tagset
  
  Revision  Changes    Path
  1.12      +3 -3      TT3/t/scanner.t
  
  Index: scanner.t
  ===================================================================
  RCS file: /template-toolkit/TT3/t/scanner.t,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- scanner.t	2004/11/26 12:33:31	1.11
  +++ scanner.t	2004/12/01 11:07:14	1.12
  @@ -9,7 +9,7 @@
   # This is free software; you can redistribute it and/or modify it
   # under the same terms as Perl itself.
   #
  -# $Id: scanner.t,v 1.11 2004/11/26 12:33:31 abw Exp $
  +# $Id: scanner.t,v 1.12 2004/12/01 11:07:14 abw Exp $
   #
   # TODO
   #  - fix for new scanner module
  @@ -25,7 +25,7 @@
   use Template::Scanner;
   use Template::Handler;
   use Template::Tag;
  -use Template::Tagset::TT;
  +use Template::TT3::Tagset;
   use Template::Test tests => 126;
   
   my $DEBUG = 
  @@ -247,7 +247,7 @@
   # test the tagset() method
   #------------------------------------------------------------------------
   
  -my $tagsetpkg = 'Template::Tagset::TT';
  +my $tagsetpkg = 'Template::TT3::Tagset';
   my $tagset = $tagsetpkg->new( interpolate => 1 )
       || die $tagsetpkg->error();