X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fapi%2Fi18n_guess.t;h=a64b2952c01abb6639b0a5a0c7b2b01214824b5f;hb=5b3efac57771fbc37874a3dd39d3df835cdd6133;hp=139ec1acd0fa0dd63435eb3e0733b418248de0a9;hpb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;p=freeside.git diff --git a/rt/t/api/i18n_guess.t b/rt/t/api/i18n_guess.t index 139ec1acd..a64b2952c 100644 --- a/rt/t/api/i18n_guess.t +++ b/rt/t/api/i18n_guess.t @@ -1,12 +1,9 @@ -#!/usr/bin/perl use strict; use warnings; use RT::Test tests => 16; -use Encode qw(encode); - use constant HAS_ENCODE_GUESS => do { local $@; eval { require Encode::Guess; 1 } }; use constant HAS_ENCODE_DETECT => do { local $@; eval { require Encode::Detect::Detector; 1 } };