diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-09 19:31:24 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-09 19:31:24 +0000 |
commit | f715bbfb20b232d289d3eddf42aec434ddd9dd4c (patch) | |
tree | 16741f82fbafcbcee3d5078cd92fe4dc8af6c545 /utils | |
parent | 0450807c0b2ef9ef0c106af1aecf3cee005f5ceb (diff) | |
download | perl-f715bbfb20b232d289d3eddf42aec434ddd9dd4c.tar.gz |
Rename ext/Test/Harness to ext/Test-Harness
Diffstat (limited to 'utils')
-rw-r--r-- | utils/prove.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/prove.PL b/utils/prove.PL index 91a42e3e69..b9b8b94daa 100644 --- a/utils/prove.PL +++ b/utils/prove.PL @@ -34,7 +34,7 @@ $Config{startperl} use File::Spec; my $prove = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, - "ext", "Test", "Harness", "bin"), "prove"); + "ext", "Test-Harness", "bin"), "prove"); if (open(PROVE, $prove)) { print OUT <PROVE>; |