8
0

- updated to 6.82

Misc:
   * Special-case the bundling of version, so
     that XS versions don't get overwritten
   Doc fixes:
   * Update XSPROTOARG docs for changes in xsubpp
   * Clarify heir-apparent in FAQ
   Misc:
   * Changed GNU-Style to Unix-Style
   * VMS will now report 'make' style
   * Updated bundled JSON::PP
   * Updated bundled Test-Simple
   Bug fixes:
   * Add CP_NONEMPTY to the list of tools in Makefile
   * don't copy .bs portably :)
   * RT#28992 don't copy .bs files if they are empty
   New feature:
   * Made UNINST an attribute, so removing shadowed modules
     can be set 'perl Makefile.PL UNINST=1'
   Bug fixes:
   * do not set default switches in Test::Harness; not even -w

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=18
This commit is contained in:
Stephan Kulow
2013-11-26 14:34:42 +00:00
committed by Git OBS Bridge
parent a16f8d284e
commit 48b67dc6cc
5 changed files with 59 additions and 56 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Nov 26 14:26:44 UTC 2013 - coolo@suse.com
- updated to 6.82
Misc:
* Special-case the bundling of version, so
that XS versions don't get overwritten
Doc fixes:
* Update XSPROTOARG docs for changes in xsubpp
* Clarify heir-apparent in FAQ
Misc:
* Changed GNU-Style to Unix-Style
* VMS will now report 'make' style
* Updated bundled JSON::PP
* Updated bundled Test-Simple
Bug fixes:
* Add CP_NONEMPTY to the list of tools in Makefile
* don't copy .bs portably :)
* RT#28992 don't copy .bs files if they are empty
New feature:
* Made UNINST an attribute, so removing shadowed modules
can be set 'perl Makefile.PL UNINST=1'
Bug fixes:
* do not set default switches in Test::Harness; not even -w
-------------------------------------------------------------------
Fri Jan 25 18:46:29 UTC 2013 - chris@computersalat.de