Upgrade to threads::shared 1.29
[p5sagit/p5-mst-13.2.git] / ext / threads-shared / t / hv_refs.t
index 3985b3c..ecefdc6 100644 (file)
@@ -2,10 +2,6 @@ use strict;
 use warnings;
 
 BEGIN {
-    if ($ENV{'PERL_CORE'}){
-        chdir 't';
-        unshift @INC, '../lib';
-    }
     use Config;
     if (! $Config{'useithreads'}) {
         print("1..0 # SKIP Perl not compiled with 'useithreads'\n");