[Templates-cvs] cvs commit: TT3/lib/Template Base.pm
cvs@template-toolkit.org
cvs@template-toolkit.org
Mon, 13 Dec 2004 17:48:47 +0000
cvs 04/12/13 17:48:47
Modified: lib/Template Base.pm
Log:
* fixed a confusing warning message to make it less confusing
Revision Changes Path
1.19 +4 -4 TT3/lib/Template/Base.pm
Index: Base.pm
===================================================================
RCS file: /template-toolkit/TT3/lib/Template/Base.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Base.pm 2004/12/13 13:31:39 1.18
+++ Base.pm 2004/12/13 17:48:47 1.19
@@ -16,7 +16,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Base.pm,v 1.18 2004/12/13 13:31:39 abw Exp $
+# $Id: Base.pm,v 1.19 2004/12/13 17:48:47 abw Exp $
#
#========================================================================
@@ -29,7 +29,7 @@
require Template::Utils;
require Template::Exception;
-our $VERSION = sprintf("%d.%02d", q$Revision: 1.18 $ =~ /(\d+)\.(\d+)/);
+our $VERSION = sprintf("%d.%02d", q$Revision: 1.19 $ =~ /(\d+)\.(\d+)/);
our $DEBUG = 0 unless defined $DEBUG;
our $ERROR = '';
our $PAD = ' ';
@@ -577,7 +577,7 @@
return $self->dump_text($item);
}
else {
- print STDERR "unknown item: $item\n";
+# print STDERR "can't dump item: $item\n";
return $item;
}
}
@@ -1192,7 +1192,7 @@
=head1 VERSION
-$Revision: 1.18 $
+$Revision: 1.19 $
=head1 COPYRIGHT