[Templates-cvs] cvs commit: TT3/lib/Template/Tagset/TT Interpolate.pm
cvs@template-toolkit.org
cvs@template-toolkit.org
Wed, 01 Dec 2004 11:14:38 +0000
cvs 04/12/01 11:14:37
Modified: lib/Template/Tagset/TT Interpolate.pm
Log:
* added note to indicate that this module is deprecated
Revision Changes Path
1.3 +6 -3 TT3/lib/Template/Tagset/TT/Interpolate.pm
Index: Interpolate.pm
===================================================================
RCS file: /template-toolkit/TT3/lib/Template/Tagset/TT/Interpolate.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Interpolate.pm 2004/11/12 18:21:06 1.2
+++ Interpolate.pm 2004/12/01 11:14:37 1.3
@@ -17,12 +17,15 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Interpolate.pm,v 1.2 2004/11/12 18:21:06 abw Exp $
+# $Id: Interpolate.pm,v 1.3 2004/12/01 11:14:37 abw Exp $
#
#========================================================================
package Template::Tagset::TT::Interpolate;
+use Carp;
+croak "Template::Tagset::TT::Interpolate has been moved to Template::Tagset::Interpolate\n";
+
use strict;
use warnings;
use Template::Tag::Escape;
@@ -31,7 +34,7 @@
use Template::Tagset;
use base qw( Template::Tagset );
-our $VERSION = sprintf("%d.%02d", q$Revision: 1.2 $ =~ /(\d+)\.(\d+)/);
+our $VERSION = sprintf("%d.%02d", q$Revision: 1.3 $ =~ /(\d+)\.(\d+)/);
our $DEBUG = 0 unless defined $DEBUG;
our $ERROR = '';
our $TAGS = [
@@ -68,7 +71,7 @@
=head1 VERSION
-$Revision: 1.2 $
+$Revision: 1.3 $
=head1 COPYRIGHT