Sortix 1.1dev ports manual
This manual documents Sortix 1.1dev ports. You can instead view this document in the latest official manual.
PERLIVP(1) | Perl Programmers Reference Guide | PERLIVP(1) |
NAME
perlivp - Perl Installation Verification ProcedureSYNOPSIS
perlivp [-p] [-v] [-h]DESCRIPTION
The perlivp program is set up at Perl source code build time to test the Perl version it was built under. It can be used after running:make install(or your platform's equivalent procedure) to verify that perl and its libraries have been installed correctly. A correct installation is verified by output that looks like:
ok 1 ok 2etc.
OPTIONS
- -h help
- Prints out a brief help message.
- -p print preface
- Gives a description of each test prior to performing it.
- -v verbose
- Gives more detailed information about each test, after it has been performed. Note that any failed tests ought to print out some extra information whether or not -v is thrown.
DIAGNOSTICS
- •
- print "# Perl binary '$perlpath' does not appear
executable.\n";
- •
- print "# Perl version '$]' installed, expected
$ivp_VERSION.\n";
- •
- print "# Perl \@INC directory '$_' does not appear to
exist.\n";
- •
- print "# Needed module '$_' does not appear to be
properly installed.\n";
- •
- print "# Required module '$_' does not appear to be
properly installed.\n";
- •
- print "# Unnecessary module 'bLuRfle' appears to be
installed.\n";
- •
- print "# file",+($#missing == 0) ? '' :
's'," missing from installation:\n";
AUTHOR
Peter Prymmer2022-03-05 | perl v5.32.0 |