| PPM-Make documentation | view source | Contained in the PPM-Make distribution. |
PPM::Make::Config - Utility functions configuring PPM::Make
use PPM::Make::Config qw(:all);
This module contains a number of utility functions used by PPM::Make.
Constant which is true if the platform matches MSWin32.
Constant which is true if the CPAN.pm module is configured and
available.
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.
Constant which is true if the Module::Build module is available.
Fetch nmake.exe.
unless (my $installed_nmake = fetch_nmake) {
print "I could not retrieve nmake";
}
Find the full path to a program, if available.
my $perl = which('perl');
This program is copyright, 2006 by Randy Kobes <r.kobes@uwinnipeg.ca>. It is distributed under the same terms as Perl itself.
| PPM-Make documentation | view source | Contained in the PPM-Make distribution. |