diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index b3ff819c0265..e48b2074828d 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -1121,9 +1121,10 @@ which is why you should test from the tarball. =head4 Run the Installation Verification Procedure utility - $ ./perl -Ilib ./utils/perlivp + $ bin/perlivp + # Or, perhaps: - $ ./perl5.X.Y ./utils/perlivp5.X.Y + $ bin/perlivp5.X.Y ... All tests successful. $