[interchange] Remove suspected cruft from Vend::CharSet

David Christensen interchange-cvs at icdevgroup.org
Wed Oct 5 19:58:50 UTC 2016


commit 7a59f970e87ae1dfd2b7584808a0816396e156b8
Author: David Christensen <david at endpoint.com>
Date:   Wed Oct 5 14:52:16 2016 -0500

    Remove suspected cruft from Vend::CharSet

 lib/Vend/CharSet.pm |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/lib/Vend/CharSet.pm b/lib/Vend/CharSet.pm
index 578f136..e8bf9b6 100644
--- a/lib/Vend/CharSet.pm
+++ b/lib/Vend/CharSet.pm
@@ -1,8 +1,6 @@
 # Vend::CharSet - utility methods for handling character encoding
 #
-# $Id: CharSet.pm,v 2.11 2009-03-22 19:32:31 mheins Exp $
-#
-# Copyright (C) 2008 Interchange Development Group
+# Copyright (C) 2008-2016 Interchange Development Group
 # Copyright (C) 2008 Sonny Cook <sonny at endpoint.com>
 #
 # This program is free software; you can redistribute it and/or modify
@@ -32,9 +30,6 @@ package Vend::CharSet;
 
 use strict;
 
-use utf8; eval "\$\343\201\257 = 42";  # attempt to automatically load the utf8 libraries.
-require "utf8_heavy.pl";
-
 unless( $ENV{MINIVEND_DISABLE_UTF8} ) {
 	require Encode;
 	import Encode qw( decode is_utf8 find_encoding );



More information about the interchange-cvs mailing list