[Templates-cvs] cvs commit: TT3/t/tag directive.t
cvs@template-toolkit.org
cvs@template-toolkit.org
Wed, 01 Dec 2004 11:08:57 +0000
cvs 04/12/01 11:08:57
Modified: t/tag directive.t
Log:
* changed tagset from Template::Tagset::TT to Template::TT3::Tagset
Revision Changes Path
1.13 +3 -3 TT3/t/tag/directive.t
Index: directive.t
===================================================================
RCS file: /template-toolkit/TT3/t/tag/directive.t,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- directive.t 2004/11/26 12:33:35 1.12
+++ directive.t 2004/12/01 11:08:57 1.13
@@ -9,7 +9,7 @@
# This is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.
#
-# $Id: directive.t,v 1.12 2004/11/26 12:33:35 abw Exp $
+# $Id: directive.t,v 1.13 2004/12/01 11:08:57 abw Exp $
#
#========================================================================
@@ -20,7 +20,7 @@
use Template::Base;
use Template::Handler;
use Template::Scanner;
-use Template::Tag::Directive;
+use Template::TT3::Tag::Directive;
use Template::Generator::Debug;
use Template::Test tests => 97, import => ':all';
@@ -37,7 +37,7 @@
# create object and check that the default directives got set
#------------------------------------------------------------------------
-my $pkg = 'Template::Tag::Directive';
+my $pkg = 'Template::TT3::Tag::Directive';
my $tag = $pkg->new() || die $pkg->error();
ok( $tag, 'created a directive tag' );