[Module-build-general] ANNOUNCE: Module::Build 0.11 -> CPAN
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2002-08-23 09:00:44
|
Hi,
The uploaded file
Module-Build-0.11.tar.gz
has entered CPAN as
file: $CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.11.tar.gz
size: 35612 bytes
md5: ac67c0f907e1839eee819afa7a027972
Changes since 0.10:
- 'module_version' and 'module_version_from' have been replaced by
'dist_version' and 'dist_version_from', which is what they really
meant in the first place. 'dist_name' has been added.
- 'module_name' is now just a way to set 'dist_name' and
'dist_version_from' in a convenient way.
- The 'name' in META.yaml is now the distribution name, not the
(incorrect) module name. [spotted by Graham Barr]
- Added the check_installed_status() and prereq_failures() methods
for checking prerequisite information with the programmatic
interface
- check_installed_version() now uses check_installed_status()
internally
- Documented the create_build_script() method, which had escaped
documentation.
- create_build_script() now writes prerequisite information to the
_build/ directory, for use by Module::Build::Compat.
- Module::Build::Compat has documentation for a safer way to write a
dummy Makefile.PL [patch by Autrijus Tang].
-Ken
|