see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
7.10 Thu Sep 10 19:38:55 BST 2015
Bug fixes:
- Fix an issue with quoting of dist_ci target on Win32
7.08 Tue Sep 8 20:24:15 BST 2015
This release reverts all the changes since v7.04 until such time
as the regressions we have found in the "wild" of CPAN can be
tamed
ExtUtils::Command has been included in this release as it was
reincorporated in v7.06
The following bug fixes have also been included:
- RT#100268 fix wrong variable being used
- Check exit status for commands in "make ci" target
- Fix distsignature dependencies for parallel make
- The bundled Encode::Locale has been updated to 1.04
7.06 Mon Aug 31 18:54:14 BST 2015
Enhancements:
- version ranges are now supported for PREREQS, etc.
- Metadata is now represented internally as Meta Spec 2.0
- Use intermediate files to store META.* and *.ppd files
- ExtUtils::Command has been re-incorporated at 1.19 of that module
- Refactored XS handling
- XSMULTI=>1 - put multiple *.xs under lib, it "just works" and XSBUILD
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=33
Misc:
* disable make parallelism for pure_all target
* Enable bootstrapping to work on v5.10.x again
Bug fixes:
* Don't recurse into stale dist dirs
* RT#90780 fix Macro `BOOTSTRAP' redefined warnings
* Only enable automatic OBJECT generation if MAGICXS is true
* harden xsubpp locating loop in MM_Unix
* RT#91540 PREREQ_FATAL not recognised on command line
* Export 'configure' section of prereqs when meta-spec version 2
* Explicitly require dynaloader before using mod2fname
* Expanded test coverage for metafiles
* Get rid of unused printf arguments in dir_target
* Get rid of unused printf arguments in dynamic_bs
* On Android, pass PERL_LIB through rel2abs().
* Synchronisation with blead to remove old cross-compilation model
New Features:
* OBJECT can now be specified as an array
* build C_FILES/O_FILES/OBJECT automatically from XS
* Added MAGICXS attribute to explicitly enable automagic
XS building.
* Added PPM_UNINSTALL_EXEC and PPM_UNINSTALL_SCRIPT options
to PPD generation
Doc fixes:
* Correct the documentation for MAGICXS
* Document BUILD_REQUIRES defaults
* Documentation expanded to mention JSON metafiles
* mention that TEST_REQUIRES is in v6.64 and above
* Update documentation for LICENSE attribute.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=20
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