# ABSTRACT: An interface around different compilers.
__END__
=pod
=encoding UTF-8
=head1 NAME
ExtUtils::Builder::Compiler - An interface around different compilers.
=head1 VERSION
version 0.028
=head1 DESCRIPTION
This is an interface wrapping around different compilers. It's usually not used directly but by a portability layer like L<ExtUtils::Builder::Autodetect::C>.
=head1 METHODS
=head2 add_include_dirs($dirs, %options)
Add dirs the the include list.
=head2 add_defines($defines, %options)
Add defines (as a hash) to the define list.
=head2 compile($source, $target, %options)
Compile a C<$source> to C<$destination>.
=head1 AUTHOR
Leon Timmermans <fawaka@gmail.com>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
Keyboard Shortcuts
Global
s
Focus search bar
?
Bring up this help dialog
GitHub
gp
Go to pull requests
gi
go to github issues (only if github is preferred repository)