Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove suspected cruft from Vend::CharSet
  • Loading branch information
David Christensen committed Oct 5, 2016
1 parent d247025 commit 7a59f97
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions 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@endpoint.com>
#
# This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -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 );
Expand Down

0 comments on commit 7a59f97

Please sign in to comment.