8
0

- update to 0.4210:

[BUG FIXES]
  - Formally declare 5.8 dependency [Karen Etheridge]
  - Fix MBTest to work with new and old versions of Test::Builder [Chad Granum]
  - Fix type installdir -> installdirs [Leon Timmermans, Vitaliy Tokarev]
  - Removed missed references to Module::Build::Version
  - Stop calling UNIVERSAL::isa as a function
  - Fixup CPAN::Meta dependency
  - Handle old releases of CPAN::Meta more gracefully.
  [ENHANCEMENTS]
  - Enable release and author tests during disttest [Leon Timmermans, Alberto Simões]
  - Use CPAN::Meta::Merge for meta_merge
  - Convert with CPAN::Meta::Convert in meta_add
  - Add configure requirements
  [DEPRECATIONS]
  - Module::Build::YAML has been removed
  - Module::Build::ModuleInfo has been removed
  - Module::Build::Version has been removed
  - Get rid of "use vars"
  - Added use warnings to all modules
- use local lib in lib/Module/Build/Base.pm

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=30
This commit is contained in:
Lars Vogdt
2014-12-21 21:13:01 +00:00
committed by Git OBS Bridge
parent d25b1af52c
commit d76aa99c82
4 changed files with 33 additions and 6 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sun Dec 21 21:07:03 UTC 2014 - lars@linux-schulserver.de
- update to 0.4210:
[BUG FIXES]
- Formally declare 5.8 dependency [Karen Etheridge]
- Fix MBTest to work with new and old versions of Test::Builder [Chad Granum]
- Fix type installdir -> installdirs [Leon Timmermans, Vitaliy Tokarev]
- Removed missed references to Module::Build::Version
- Stop calling UNIVERSAL::isa as a function
- Fixup CPAN::Meta dependency
- Handle old releases of CPAN::Meta more gracefully.
[ENHANCEMENTS]
- Enable release and author tests during disttest [Leon Timmermans, Alberto Simões]
- Use CPAN::Meta::Merge for meta_merge
- Convert with CPAN::Meta::Convert in meta_add
- Add configure requirements
[DEPRECATIONS]
- Module::Build::YAML has been removed
- Module::Build::ModuleInfo has been removed
- Module::Build::Version has been removed
- Get rid of "use vars"
- Added use warnings to all modules
- use local lib in lib/Module/Build/Base.pm
-------------------------------------------------------------------
Sun Feb 16 20:04:04 UTC 2014 - lars@linux-schulserver.de