The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

  PPM::Make::Config - Utility functions configuring PPM::Make

SYNOPSIS

  use PPM::Make::Config qw(:all);

DESCRIPTION

This module contains a number of utility functions used by PPM::Make.

WIN32

Constant which is true if the platform matches MSWin32.

HAS_CPAN

Constant which is true if the CPAN.pm module is configured and available.

HAS_PPM

Constant which is true if the PPM module is available. Will be set equal to the major version of ppm (2, 3 or 4), if found.

HAS_MB

Constant which is true if the Module::Build module is available.

which

Find the full path to a program, if available.

  my $perl = which('perl');

COPYRIGHT

This program is copyright, 2006 by Randy Kobes <r.kobes@uwinnipeg.ca>. It is distributed under the same terms as Perl itself.

SEE ALSO

PPM::Make.