[interchange-cvs] interchange - heins modified code/UI_Tag/version.coretag

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sun Jul 6 01:42:00 EDT 2003


User:      heins
Date:      2003-07-06 04:42:04 GMT
Modified:  code/UI_Tag version.coretag
Log:
* We no longer need SQL::Statement, remove checks for it.

Revision  Changes    Path
1.7       +2 -4      interchange/code/UI_Tag/version.coretag


rev 1.7, prev_rev 1.6
Index: version.coretag
===================================================================
RCS file: /var/cvs/interchange/code/UI_Tag/version.coretag,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- version.coretag	23 Jun 2003 16:41:42 -0000	1.6
+++ version.coretag	6 Jul 2003 04:42:04 -0000	1.7
@@ -130,7 +130,6 @@
 	if($opt->{modules}) {
 		my %wanted = ( qw/
 					Safe::Hole              Safe::Hole
-					SQL::Statement          SQL::Statement
 					Digest::MD5             Digest::MD5
 					LWP::Simple             LWP
 					Tie::Watch              Tie::Watch       
@@ -152,11 +151,10 @@
                     URI::URL                URI::URL
 
 				/);
-		my %l_than = ('SQL::Statement' => '0.1021');
-		my %g_than = ('SQL::Statement' => '0.1021');
+		my %l_than = ();
+		my %g_than = ();
 		my %info = (
 				'Safe::Hole'    => 'IMPORTANT: SQL and some tags will not work in embedded Perl.',
-				'SQL::Statement'=> 'IMPORTANT: UI Database editors will not work properly.',
 				'Digest::MD5'   => 'IMPORTANT: cache keys and other search-related functions will not work.',
 				'LWP::Simple'   => 'External UPS lookup and other internet-related functions will not work.',
 				'Tie::Watch'    => 'Minor: cannot set watch points in catalog.cfg.',







More information about the interchange-cvs mailing list