API.pod (Module-Build-0.4232) | : | API.pod (Module-Build-0.4234) | ||
---|---|---|---|---|
skipping to change at line 210 | skipping to change at line 210 | |||
determining what files are part of an install. | determining what files are part of an install. | |||
The default value is true. This parameter was introduced in | The default value is true. This parameter was introduced in | |||
Module::Build version 0.2609; previously no packlists were ever | Module::Build version 0.2609; previously no packlists were ever | |||
created by Module::Build. | created by Module::Build. | |||
=item c_source | =item c_source | |||
[version 0.04] | [version 0.04] | |||
An optional C<c_source> argument specifies a directory which contains | An optional C<c_source> argument specifies a directory or a reference to array | |||
C source files that the rest of the build may depend on. Any C<.c> | of directories which contain C source files that the rest of the build may | |||
files in the directory will be compiled to object files. The | depend on. Any C<.c> files in the directory will be compiled to object files. | |||
directory will be added to the search path during the compilation and | The directory will be added to the search path during the compilation and | |||
linking phases of any C or XS files. | linking phases of any C or XS files. | |||
[version 0.3604] | [version 0.3604] | |||
A list of directories can be supplied using an anonymous array | A list of directories can be supplied using an anonymous array | |||
reference of strings. | reference of strings. | |||
=item conflicts | =item conflicts | |||
[version 0.07] | [version 0.07] | |||
End of changes. 1 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |