NAME

Sys::Sysconf - Access to all $arch sysconf() values.

SYNOPSIS

use Sys::Sysconf qw(sysconf _SC_XXXXX);
my \$val = sysconf(_SC_XXXXX);

DESCRIPTION

Makefile.PL has scanned <sys/unistd.h> for constants of the form

/#define _SC\\w+ \\d+/

The constants defined for $arch are:

    END ;

    foreach (sort keys %sc) { print PM "=item $_\n\n"; }

    print PM <<"END"

1 POD Error

The following errors were encountered while parsing the POD:

Around line 112:

=back doesn't take any parameters, but you said =back 4