989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
7 lines
422 B
Text
7 lines
422 B
Text
This module can build the C portions of Perl modules by invoking the
|
|
appropriate compilers and linkers in a cross-platform manner. It was motivated
|
|
by the Module::Build project, but may be useful for other purposes as well.
|
|
However, it is not intended as a general cross-platform interface to all your C
|
|
building needs. That would have been a much more ambitious goal!
|
|
|
|
WWW: http://search.cpan.org/dist/ExtUtils-CBuilder/
|