We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98244c5 commit af511e6Copy full SHA for af511e6
t/02_simple.t
@@ -40,6 +40,6 @@ foreach my $k ( sort keys %$config ) {
40
ok( -e $config->{$k}, "$config->{$k} exists" );
41
}
42
43
-like( $config->{libpth}, qr/^[^ ]*?\\c\\lib [^ ]*?\\c\\i686-w64-mingw32\\lib/, "$config->{libpth} check" );
+like( $config->{libpth}, qr|^[^ ]*?[/\\]c[/\\]lib [^ ]*?[/\\]c[/\\][\w-]+[/\\]lib|, "$config->{libpth} check" );
44
45
ok( -e $perl->cpan->{cpan_home}, 'cpan_home exists' );
0 commit comments