- updated to 7.36
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
7.36 Sun Apr 28 16:28:20 BST 2019
No changes since v7.35_14
This release was made possible by the kind
sponsors of the 2019 Perl Toolchain Summit
held in Marlow, UK:
Booking.com, cPanel, MaxMind, FastMail, ZipRecruiter,
Cogendo, Elastic, OpenCage Data, Bluehost, Perl Services,
Zoopla, Archer Education, OpusVL, Oetiker+Partner, YEF
7.35_14 Sun Apr 28 14:12:22 BST 2019
Win32 fixes:
- Add ExtUtils::PL2Bat path to pl2bat when PERL_CORE
7.35_13 Sun Apr 28 11:57:57 BST 2019
Bug fixes:
- Suppress warnings from EUMM::Locale code page workaround
7.35_12 Sat Apr 27 22:37:26 BST 2019
Enhancements:
- add AppVeyor CI configuration
see <https://github.com/rivy/CI.AppVeyor.helpers-perl> for more information
Bug fixes:
- Resolve RTs 127028 && 127316 on Mojave system perl
- Honour man page disablement under INSTALL_BASE
- fix `dmake` warning by removing dmake-superfluous ".NOTPARALLEL" target
- suppress inherited AUTOLOAD warning for 'Win32::ConsoleCP()'
- fix perl image (aka, executable) quoting for `dmake` builds
- skip broken test for Win32 strawberry perl v5.10 (and some earlier versions)
- add workaround to ExtUtils::MakeMaker::Locale for code pages 'cp65000' and 'cp65001'
7.35_11 Thu Apr 25 11:53:59 BST 2019
Bug fixes:
OBS-URL: https://build.opensuse.org/request/show/705641
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=48
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