[Templates-cvs] cvs commit: Template2/t table.t
cvs@template-toolkit.org
cvs@template-toolkit.org
cvs 06/05/25 11:23:38
Modified: t table.t
Log:
Added code to replace virtual method to bypass slow code if no backrefs
are defined
Revision Changes Path
2.4 +3 -3 Template2/t/table.t
Index: table.t
===================================================================
RCS file: /template-toolkit/Template2/t/table.t,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- table.t 2000/11/01 12:01:45 2.3
+++ table.t 2006/05/25 11:23:38 2.4
@@ -6,19 +6,19 @@
#
# Written by Andy Wardley <abw@kfs.org>
#
-# Copyright (C) 2000 Andy Wardley. All Rights Reserved.
+# Copyright (C) 2000-2006 Andy Wardley. All Rights Reserved.
#
# This is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.
#
-# $Id: table.t,v 2.3 2000/11/01 12:01:45 abw Exp $
+# $Id: table.t,v 2.4 2006/05/25 11:23:38 abw Exp $
#
#========================================================================
use strict;
+use warnings;
use lib qw( ../lib );
use Template::Test;
-$^W = 1;
$Template::Test::DEBUG = 0;