summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2011-02-20 17:49:46 +0000
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>2011-02-20 18:11:42 +0000
commit9651cacc1b947f73ec34bacda09e7d1520bea0a7 (patch)
tree7451b13470a3c29fcd746d1786d4e97a3620c1c0
parent7d8bc0b3c2c9f56519ce821ceccee5113f7e4bb9 (diff)
downloadperl-9651cacc1b947f73ec34bacda09e7d1520bea0a7.tar.gz
Porting/release_managers_guide.pod: correct path to perlivp
Change the path to perlivp from bin/perlivp to utils/perlivp. Also instruct the release manager to run it with ./perl instead of perl because we want to dogfood more things during the release.
-rw-r--r--Porting/release_managers_guide.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 1f82a692db..333840508c 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -682,7 +682,7 @@ which is why you should test from the tarball.
Run the Installation Verification Procedure utility:
- $ bin/perlivp
+ $ ./perl utils/perlivp
...
All tests successful.
$