This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ignore Devel/DProf test files in the git repository
[perl5.git] / lib / dumpvar.t
index eb0fe31..843ba1c 100644 (file)
@@ -4,7 +4,7 @@ BEGIN {
     chdir 't' if -d 't';
     @INC = '../lib';
     require Config;
-    if (($Config::Config{'extensions'} !~ /\bList::Util\b/) ){
+    if (($Config::Config{'extensions'} !~ m!\bList/Util\b!) ){
        print "1..0 # Skip -- Perl configured without List::Util module\n";
        exit 0;
     }