[Templates-cvs] cvs commit: TT3/lib/Template Compilers.pm
cvs@template-toolkit.org
cvs@template-toolkit.org
Sat, 18 Dec 2004 11:04:37 +0000
cvs 04/12/18 11:04:37
Modified: lib/Template Compilers.pm
Log:
* added $OBJECT
Revision Changes Path
1.7 +4 -3 TT3/lib/Template/Compilers.pm
Index: Compilers.pm
===================================================================
RCS file: /template-toolkit/TT3/lib/Template/Compilers.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Compilers.pm 2004/12/12 17:57:16 1.6
+++ Compilers.pm 2004/12/18 11:04:37 1.7
@@ -15,7 +15,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Compilers.pm,v 1.6 2004/12/12 17:57:16 abw Exp $
+# $Id: Compilers.pm,v 1.7 2004/12/18 11:04:37 abw Exp $
#
#========================================================================
@@ -26,12 +26,13 @@
use Template::Factory::Singletons;
use base qw( Template::Factory::Singletons );
-our $VERSION = sprintf("%d.%02d", q$Revision: 1.6 $ =~ /(\d+)\.(\d+)/);
+our $VERSION = sprintf("%d.%02d", q$Revision: 1.7 $ =~ /(\d+)\.(\d+)/);
our $DEBUG = 0 unless defined $DEBUG;
our $ERROR = '';
our $THROW = 'compiler';
our $NAME = 'compilers';
our $PATH = 'Template::Compiler' unless defined $PATH;
+our $OBJECT = 'Template::Compiler' unless defined $OBJECT;
our $LOADED = { } unless defined $LOADED;
our $DEFAULT = 'tt3' unless defined $DEFAULT;
our $MODULES = {
@@ -144,7 +145,7 @@
=head1 VERSION
-$Revision: 1.6 $
+$Revision: 1.7 $
=head1 COPYRIGHT