This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update $VERSION
[perl5.git] / lib / warnings.t
index ee696fe..7c24f3a 100644 (file)
@@ -1,7 +1,7 @@
 #!./perl
 
 chdir 't' if -d 't';
-@INC = '../lib';
+@INC = ( '.', '../lib' );
 
 our $UTF8 = (${^OPEN} || "") =~ /:utf8/;
 require "../t/lib/common.pl";