Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. 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
ok 1
ok 2
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 Prymmer2024-11-21 | perl v5.32.0 |