diff options
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build/API.pod')
| -rw-r--r-- | cpan/Module-Build/lib/Module/Build/API.pod | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/cpan/Module-Build/lib/Module/Build/API.pod b/cpan/Module-Build/lib/Module/Build/API.pod index 2760673d8a..4980218dac 100644 --- a/cpan/Module-Build/lib/Module/Build/API.pod +++ b/cpan/Module-Build/lib/Module/Build/API.pod @@ -630,7 +630,7 @@ specify explicitly. [version 0.36] The C<needs_compiler> parameter indicates whether a compiler is required to -build the distsribution. The default is false, unless XS files are found or +build the distribution. The default is false, unless XS files are found or the C<c_source> parameter is set, in which case it is true. If true, L<ExtUtils::CBuilder> is automatically added to C<build_requires> if needed. @@ -1400,6 +1400,22 @@ characters will do their special things. If you supply multiple arguments, no shell will get involved and the command will be executed directly. +=item extra_compiler_flags() + +=item extra_compiler_flags(@flags) + +[version 0.25] + +Set or retrieve the extra compiler flags. Returns an arrayref of flags. + +=item extra_linker_flags() + +=item extra_linker_flags(@flags) + +[version 0.25] + +Set or retrieve the extra linker flags. Returns an arrayref of flags. + =item feature($name) =item feature($name => $value) |
