Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Porting/release_managers_guide.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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.
$
Expand Down
Loading