Verify that the code for initialising typeglobs from other types works.
[p5sagit/p5-mst-13.2.git] / t / uni / chomp.t
index 12f1375..5f52558 100644 (file)
@@ -3,7 +3,7 @@
 BEGIN {
     if ($ENV{'PERL_CORE'}){
         chdir 't';
-        unshift @INC, '../lib';
+        @INC = '../lib';
     }
     require Config; import Config;
     if ($Config{'extensions'} !~ /\bEncode\b/) {