This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Improve -Dr output of bracketed char classes
[perl5.git] / ext / re / t / qr.t
index 9a59a04..cf51cbd 100644 (file)
@@ -1,8 +1,6 @@
 #!./perl
 
 BEGIN {
-       chdir 't' if -d 't';
-       @INC = '../lib';
        require Config;
        if (($Config::Config{'extensions'} !~ /\bre\b/) ){
                print "1..0 # Skip -- Perl configured without re module\n";