NAME
Module::Install::Compiler - Module::Install commands for interacting with the C compiler
SYNOPSIS
To be completed
DESCRIPTION
Many Perl modules that contains C and XS code have fiendishly complex Makefile.PL files, because ExtUtils::MakeMaker doesn't itself provide a huge amount of assistance and automation in this area.
Module::Install::Compiler provides a number of commands that take care of common utility tasks, and try to take some of intricacy out of creating C and XS modules.
COMMANDS
To be completed
SEE ALSO
Module::Install, ExtUtils::MakeMaker
AUTHORS
Audrey Tang <autrijus@autrijus.org>
Based on original works by Brian Ingerson <ingy@cpan.org>
Documentated and refactored by Adam Kennedy <adamk@cpan.org>
COPYRIGHT
Copyright 2002, 2003, 2004, 2006 by Audrey Tang <autrijus@autrijus.org>, Brian Ingerson <ingy@cpan.org>, Adam Kennedy <adamk@cpan.org>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.