[interchange-cvs] interchange - heins modified lib/Vend/Interpolate.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Jul 24 09:34:00 EDT 2003


User:      heins
Date:      2003-07-24 12:34:23 GMT
Modified:  lib/Vend Interpolate.pm
Log:
* Make frequently-used HTML::Entities encode_entities routine available
  to embedded Perl.

Revision  Changes    Path
2.184     +4 -3      interchange/lib/Vend/Interpolate.pm


rev 2.184, prev_rev 2.183
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.183
retrieving revision 2.184
diff -u -r2.183 -r2.184
--- Interpolate.pm	22 Jul 2003 01:24:36 -0000	2.183
+++ Interpolate.pm	24 Jul 2003 12:34:23 -0000	2.184
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.183 2003/07/22 01:24:36 jon Exp $
+# $Id: Interpolate.pm,v 2.184 2003/07/24 12:34:23 mheins Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -28,7 +28,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.183 $, 10);
+$VERSION = substr(q$Revision: 2.184 $, 10);
 
 @EXPORT = qw (
 
@@ -96,7 +96,7 @@
 use Vend::Form;
 require Vend::Cart;
 
-
+use HTML::Entities;
 use Vend::Server;
 use Vend::Scan;
 use Vend::Tags;
@@ -147,6 +147,7 @@
 							&uneval
 							&get_option_hash
 							&dotted_hash
+							&encode_entities
 							&HTML
 							&interpolate_html
 						/;







More information about the interchange-cvs mailing list