RT 4.0.22
[freeside.git] / rt / t / api / i18n_guess.t
index 139ec1a..a64b295 100644 (file)
@@ -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 } };