[Module-build-general] ANNOUNCE: Module::Build 0.13 -> CPAN
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <ke...@ma...> - 2002-11-20 09:09:21
|
The uploaded file Module-Build-0.13.tar.gz has entered CPAN as file: $CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.13.tar.gz size: 37473 bytes md5: dbc2192ca19fef323b10d9a35ea9b156 Changes since version 0.12: - 'cleanup' file lists are now written immediately, rather than at program termination. This helps avoid "phantom files" that don't get handled by the 'realclean' action. The internal write_cleanup() method (which was never documented) is now gone. - The 'blib/' directory is now properly cleaned up in more (all?) circumstances. Previously it could become a phantom if create_build_script() was never called. - Now scan the 'c_source' directory for .cpp (C++) files as well as .c files, and compiles them. - Use a 'phony' target for 'make manifest' in the pass-through Makefile, for the same reason as 'make install' (see version 0.12 notes below). - Module::Build::Compat now accepts any known Config.pm key and passes it through to the Build.PL. Fixes a problem with CPANPLUS, which was passing INSTALLMAN1DIR. - The file 'META.yaml' has been re-named to 'META.yml' in order to cooperate better with systems that can only handle 3 characters after the dot. - The t/xs.t test should give more informative error messages upon failure. -Ken |