Skip to content

Commit

Permalink
Remove redundant declaration which also caused warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christensen committed Jun 22, 2017
1 parent 890b9ea commit 242735f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Vend/File.pm
Expand Up @@ -54,7 +54,6 @@ my $PERLQQ = 0x0100; # from Encode(3perl)
unless( $ENV{MINIVEND_DISABLE_UTF8} ) {
require Encode;
import Encode qw( is_utf8 );
$PERLQQ = Encode::PERLQQ();
}

use Vend::Util;
Expand Down

0 comments on commit 242735f

Please sign in to comment.