Skip to content

Commit

Permalink
Re-add apparently not unnecessary code for 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christensen committed Oct 5, 2016
1 parent 7a59f97 commit 9b981f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Vend/CharSet.pm
Expand Up @@ -30,6 +30,7 @@ package Vend::CharSet;

use strict;

use utf8; eval "\$\343\201\257 = 42"; # attempt to automatically load the utf8 libraries.
unless( $ENV{MINIVEND_DISABLE_UTF8} ) {
require Encode;
import Encode qw( decode is_utf8 find_encoding );
Expand Down

0 comments on commit 9b981f6

Please sign in to comment.