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

NAME

Devel::CheckCompiler - Check the compiler's availability

SYNOPSIS

use Devel::CheckCompiler;

check_c99_or_exit();

DESCRIPTION

Devel::CheckCompiler is checker for compiler's availability.

FUNCTIONS

AUTHOR

Tokuhiro Matsuno

SEE ALSO

ExtUtils::CBuilder

LICENSE

Copyright (C) Tokuhiro Matsuno

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.