NAME
Makefile.PL - configure Makefile for Data::UUID
SYNOPSIS
perl Makefile.PL [options] [EU::MM options]
perl Makefile.PL -s=/var/local/lib/data-uuid -d=0007
Options:
--state-storage-directory directory for storing library state information
--default-umask umask for files in the state storage directory
--help brief help message
--man full documentation
Options can be abbreviated, see "Case and abbreviations" in Getopt::Long.
OPTIONS
- --state-storage-directory
-
Optional. Takes a string that is interpreted as directory for storing library state information. Default is c:/tmp/ on Windows if it already exists, or the operating system's temporary directory (see tmpdir in "METHODS" in File::Spec), or /var/tmp as fallback.
- --default-umask
-
Optional. Takes a string that is interpreted as umask for the files in the state storage directory. Default is 0007. This is ignored on Windows.
- --help
-
Print a brief help message and exits.
- --man
-
Prints the manual page and exits.
DESCRIPTION
Makefile.PL writes the Makefile for the Data::UUID library. It is configured with the options "--state-storage-directory" and "--default-umask". Unless given, default values are used. In any case the values are printed for confirmation.
Additionally, the usual EU::MM options are processed, see "Using Attributes and Parameters" in ExtUtils::MakeMaker.