[interchange-cvs] interchange - kwalsh modified lib/Vend/Util.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Sep 12 11:01:46 EDT 2007


User:      kwalsh
Date:      2007-09-12 15:01:43 GMT
Modified:  lib/Vend Util.pm
Log:
    * I'm not sure what en_UK is, or even what the list is for, but I'm
      sure that en_GB needs to be in there.  Someone please remove en_UK
      if it's bogus.

Revision  Changes    Path
2.113     +3 -2      interchange/lib/Vend/Util.pm


rev 2.113, prev_rev 2.112
Index: Util.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Util.pm,v
retrieving revision 2.112
retrieving revision 2.113
diff -u -r2.112 -r2.113
--- Util.pm	11 Sep 2007 16:56:56 -0000	2.112
+++ Util.pm	12 Sep 2007 15:01:39 -0000	2.113
@@ -1,6 +1,6 @@
 # Vend::Util - Interchange utility functions
 #
-# $Id: Util.pm,v 2.112 2007/09/11 16:56:56 kwalsh Exp $
+# $Id: Util.pm,v 2.113 2007/09/12 15:01:39 kwalsh Exp $
 # 
 # Copyright (C) 2002-2007 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -90,7 +90,7 @@
 use Vend::File;
 use subs qw(logError logGlobal);
 use vars qw($VERSION @EXPORT @EXPORT_OK);
-$VERSION = substr(q$Revision: 2.112 $, 10);
+$VERSION = substr(q$Revision: 2.113 $, 10);
 
 my $Eval_routine;
 my $Eval_routine_file;
@@ -323,6 +323,7 @@
 						C     => 1,
 						en_US => 1,
 						en_UK => 1,
+						en_GB => 1,
 					);
 
 sub safe_sprintf {








More information about the interchange-cvs mailing list