- New upstream release 1.000010
- Performance improvement: the creation of a Module::Metadata object
for a typical module file has been sped up by about 40%
- Fix t/metadata.t failure under Cygwin
- Portability fix-ups for new_from_module() and test failures on VMS
- This release by VPIT -> update source URL
- Drop buildreqs for Perl core modules that aren't dual-lived
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot
- New upstream release 1.000009
- Adds 'provides' method to generate a CPAN META provides data structure
correctly; use of package_versions_from_directory is discouraged
- Fatal errors now use 'croak' instead of 'die'; Carp added as
prerequisite
- Improve %description
- Include all buildreqs explicitly required and classify them by Build,
Module, Regular test suite, and Release tests
- Run main test suite and release tests separately
- Drop explicit versioned runtime dependency on perl(version) as no supported
release now requires it
- New upstream release 1.000005
- Localize $package::VERSION during version discovery
- Fix references to Module::Build::ModuleInfo (CPAN RT#66133)
- Added 'new_from_handle()' method (CPAN RT#68875)
- Improved documentation (SYNOPSIS, broke out class/object method, and
other minor edits)
- Install to vendor directories rather than perl directories