Retract #8552.
[p5sagit/p5-mst-13.2.git] / t / lib / textwrap.t
index bb1d5ca..af24036 100755 (executable)
@@ -2,7 +2,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    unshift @INC, '../lib';
+    @INC = '../lib';
 }
 use Text::Wrap qw(&wrap);