[Templates-cvs] cvs commit: TT3/t/tagset tt.t
cvs@template-toolkit.org
cvs@template-toolkit.org
Wed, 01 Dec 2004 11:08:58 +0000
cvs 04/12/01 11:08:57
Modified: t/tagset tt.t
Log:
* changed tagset from Template::Tagset::TT to Template::TT3::Tagset
Revision Changes Path
1.8 +3 -3 TT3/t/tagset/tt.t
Index: tt.t
===================================================================
RCS file: /template-toolkit/TT3/t/tagset/tt.t,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tt.t 2004/11/26 12:33:36 1.7
+++ tt.t 2004/12/01 11:08:57 1.8
@@ -9,7 +9,7 @@
# This is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.
#
-# $Id: tt.t,v 1.7 2004/11/26 12:33:36 abw Exp $
+# $Id: tt.t,v 1.8 2004/12/01 11:08:57 abw Exp $
#
#========================================================================
@@ -17,11 +17,11 @@
use warnings;
use lib qw( ./lib ../lib ../../lib );
-use Template::Tagset::TT;
use Template::Scanner;
use Template::Handler;
use Template::Generator::Debug;
-use Template::Test tests => 82, import => 'test_expect';
+use Template::Test skip_all => 'TODO: should be moved', tests => 82, import => 'test_expect';
+use Template::Tagset::TT;
my $DEBUG =
$Template::Tagset::DEBUG =