8
0

- update to 1.04:

- Fixed _cmp to compare properly (MIYAGAWA)
     - Fixed the automated MakeMaker dependency addition (MIYAGAWA)
     - Last Perl 5.5 compatible MakeMaker was actually 6.36 (ADAMK)
     - META.yml flag dynamic_config is now always generated (ADAMK)
     - Added the convenience command static_config, as the default is to be
       dynamic (ADAMK)
     - Module::Install::DSL will automatically set static_config unless it
       can see an 'if' or 'unless' suffix (ADAMK)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Install?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2011-11-12 09:07:24 +00:00
committed by Git OBS Bridge
parent 14b62e047a
commit 6ef5839979
3 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:966e3c9008a5536b5e6a6a66ed70ef6e97e4ebd640d064ee260825592754356e
size 132331

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Nov 12 09:06:05 UTC 2011 - coolo@suse.com
- update to 1.04:
- Fixed _cmp to compare properly (MIYAGAWA)
- Fixed the automated MakeMaker dependency addition (MIYAGAWA)
- Last Perl 5.5 compatible MakeMaker was actually 6.36 (ADAMK)
- META.yml flag dynamic_config is now always generated (ADAMK)
- Added the convenience command static_config, as the default is to be
dynamic (ADAMK)
- Module::Install::DSL will automatically set static_config unless it
can see an 'if' or 'unless' suffix (ADAMK)
-------------------------------------------------------------------
Fri Sep 30 07:10:38 UTC 2011 - pascal.bleser@opensuse.org

View File

@@ -18,7 +18,7 @@
Name: perl-Module-Install
Version: 1.02
Version: 1.04
Release: 1
License: GPL+ or Artistic
%define cpan_name Module-Install