This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Properly return LC_ALL locale names
[perl5.git] / lib / Tie / ExtraHash.t
index c8e4630..bbaf64f 100644 (file)
@@ -1,14 +1,5 @@
 #!./perl
 
-BEGIN {
-    chdir 't' if -d 't';
-    if ($^O eq 'MacOS') {
-        @INC = qw(: ::lib ::macos:lib);
-    } else {
-        @INC = '.';
-        push @INC, '../lib';
-    }
-}
 use strict;
 use warnings;
 use Test::More tests => 11;