[Module-build-general] ANNOUNCE: Module::Build 0.15 -> CPAN
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <ke...@ma...> - 2003-01-17 21:40:41
|
The uploaded file Module-Build-0.15.tar.gz has entered CPAN as file: $CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.15.tar.gz size: 42232 bytes md5: abed2de09011e78aa5f5051ba3f9f869 Changes since 0.14: - In link_c(), extra object files were mistakenly being treated as output files, not input files, in the up-to-date check. Fixed. - In up_to_date(), don't make an unnecessary copy of the file lists when they're specified as array references. - Split off the C compilation phase into its own method, compile_support_files(), for easier subclassing. - Start a stub of a 'manifypods' action. - Compiler optimizations weren't being included in C compilation statements. Fixed. - The 'extra_linker_flags' parameter wasn't being honored. Fixed. - The 'ccflags' Config.pm entry wasn't being properly split into separate arguments. Fixed. -Ken |