[Module-build-general] ANNOUNCE: Module::Build 0.12 -> CPAN
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <ke...@ma...> - 2002-11-14 07:47:29
|
The uploaded file Module-Build-0.12.tar.gz has entered CPAN as file: $CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.12.tar.gz size: 37104 bytes md5: 44004c489c8ebb6155332cbd7750e54d Changes since 0.11: - The META.yaml file was erroneously looking for 'build_depends' instead of 'build_requires'. [spotted by Iain Truskett] - Add prompt() and y_n() methods for use in Build.PLs - Do more to work with all versions of Test::Harness when setting the TEST_VERBOSE flag and running under the debugger [patch by Dave Rolsky] - Include a test for verbosity handling - Make sure the blib/ directory is always cleaned up with the 'clean' or 'realclean' action. - In a pass-through Makefile.PL, inform 'make' that 'install' is a "fake target", so that it works properly on case-insensitive filesystems like HFS+ with distributions that contain an INSTALL file. [patch by Brian Ingerson] - In Module::Build::Compat, show an example Makefile.PL that can install Module::Build and re-invoke itself in one fell swoop [Dave Rolsky and Autrijus Tang] - Improve the formatting of the Module::Build and Module::Build::Compat documentation. -Ken |