This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PERL_DEBUG_READONLY_OPS with the new allocator
[perl5.git] / utils / prove.PL
index d1961c8..17c4a76 100644 (file)
@@ -34,7 +34,7 @@ $Config{startperl}
 use File::Spec;
 
 my $prove = File::Spec->catfile(File::Spec->catdir(File::Spec->updir,
-       "lib", "Test", "Harness", "bin"), "prove");
+       "cpan", "Test-Harness", "bin"), "prove");
 
 if (open(PROVE, $prove)) {
     print OUT <PROVE>;