ExtUtils-MakeMaker

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


    Dist fixes:
    - remove build_requires on ourselves

7.17_02 Mon May  9 23:55:09 BST 2016

    Bug fixes:
    - Resolve a regression in c_o with trailing spaces

7.17_01 Mon May  9 20:02:02 BST 2016

    Test fixes:
    - Resolve issues with tests when running in core

7.16  Sat May  7 10:13:05 BST 2016

    No changes since 7.15_03

7.15_03 Sun May  1 14:13:44 BST 2016

    Bug fixes:
    - lazy load Time::HiRes in ExtUtils::Command::MM
    - fix 5.6 compat by removing indexed sprintf

7.15_02 Thu Apr 28 12:54:23 BST 2016

    Bug fixes:
    - Fix regression with small fractional numeric versions

7.15_01 Wed Apr 27 19:13:46 BST 2016

    Bug fixes:
    - Fix regression with SKIP and dynamic and static targets

7.14  Sun Apr 24 13:53:33 BST 2016

  No changes since 7.13_01

7.13_01 Sat Apr 23 16:41:20 BST 2016

    Bug fixes:
    - Make dynamic depend on config again, fixes issues with Inline

7.12 Tue Apr 19 12:24:41 BST 2016

    Enhancements:
    - version ranges are now supported for PREREQS, etc.
    - Metadata is now represented internally as Meta Spec 2.0
    - 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
      for refined control of XSMULTI
    - can do "make test" without first doing "make"

    Bug fixes:
    - Handle new warnings from File::Path
    - Resolve RT#106572 specifying AUTHOR via command-line is broken
    - Warning on missing TEST_REQUIRES and CONFIGURE_REQUIRES
    - Sanitise make_type on Win32
    - Cygwin rebase fixes
    - Makefile starting comments reflect decoded @ARGV, not raw
    - Add various targets to .PHONY to avoid disk IO with dmake
    - Fixed race condition in realclean
    - improve static-build lib detection
    - Eliminate non-error STDERR
    - Make WriteEmptyMakefile Makefile functional when called in subdir
    - manifypods fixes
    - perllocal.pod generation "Perl in Space" fix
    - PASTHRU fixes
    - Fix distsignature dependencies for parallel make
    - Check exit status for commands in "make ci" target
    - Less noisey output during building sub-modules
    - Fix dos2unix() on Windows
    - stop makeaperl from polluting @ARGV in cases where ARGV contains args with spaces
    - Fix regression when both test.pl and t/*.t are present
    - Refactored internals to remove DirHandle usage
    - MM_Unix::find_perl() dont repeatedly stat the same path in a loop
    - No longer repeatedly attempt to load CPAN::Meta if it is now available

    VMS fixes:
    - Made MM_VMS::oneline build continuation lines properly
    - Implemented XSMULTI and XSBUILD
    - Resurrect PASTHRU on VMS
    - make_macro should handle multiple macros
    - Fix regression with File::Spec changes in previous release

    Win32 fixes:
    - t/echo.t needs SHELL env for Win32 gmake

    Dist fixes:
    - Made %ExtraPrereqs match bundled prereqs
    - Included MANIFEST.SKIP from ExtUtils::Manifest
    - The bundled Encode::Locale has been updated to 1.04

    Test fixes:
    - test PL_FILES of a "module"
    - Various tests no longer require a separate .pm file for testing
    - Support v5.6.1 in various tests
    - test static build if $ENV{AUTHOR_TESTING}
    - XS tests now pluggable
    - test for "Perl in Space"

    Doc fixes:
    - better document for PL_FILES, oneliner method
    - FAQ updated

7.11_06 Tue Mar 29 19:22:38 BST 2016

    Bug fixes:
    - Backported change from blead for Win32 miniperl

7.11_05 Sat Mar 19 09:41:02 GMT 2016

    Bug fixes:
    - Less noisey output during building sub-modules
    - Fix dos2unix() on Windows

    VMS fixes:
    - Implemented XSMULTI and XSBUILD
    - Resurrect PASTHRU on VMS

Changes  view on Meta::CPAN

7.11_03 Wed Nov 25 15:23:25 GMT 2015

    Bug fixes:
    - stop makeaperl from polluting @ARGV in cases where ARGV contains args with spaces

7.11_02 Sat Nov 21 20:05:45 GMT 2015

    Bug fixes:
    - MM_Unix::find_perl() dont repeatedly stat the same path in a loop

7.11_01 Thu Nov 12 11:58:58 GMT 2015

    Includes all the Changes noted for v7.06 and the following:

    Bug fixes:
    - Use of intermediate files to store META.* and *.ppd files has been reverted
    - No longer repeatedly attempt to load CPAN::Meta if it is now available
    - Made MM_VMS::oneline build continuation lines properly

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.07_01 Wed Sep  2 12:38:09 BST 2015
    Bug fixes:
    - Fix a regression with PASSTHRU RT#106808

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
      for refined control of XSMULTI
    - can do "make test" without first doing "make"

    Bug fixes:
    - Handle new warnings from File::Path
    - Resolve RT#106572 specifying AUTHOR via command-line is broken
    - Warning on missing TEST_REQUIRES and CONFIGURE_REQUIRES
    - Sanitise make_type on Win32
    - Cygwin rebase fixes
    - Makefile starting comments reflect decoded @ARGV, not raw
    - Add various targets to .PHONY to avoid disk IO with dmake
    - Fixed race condition in realclean
    - improve static-build lib detection
    - Eliminate non-error STDERR
    - Make WriteEmptyMakefile Makefile functional when called in subdir
    - manifypods fixes
    - perllocal.pod generation "Perl in Space" fix
    - PASTHRU fixes
    - Fix distsignature dependencies for parallel make
    - Check exit status for commands in "make ci" target

    Dist fixes:
    - Made %ExtraPrereqs match bundled prereqs
    - Included MANIFEST.SKIP from ExtUtils::Manifest
    - The bundled Encode::Locale has been updated to 1.04

    Test fixes:
    - test PL_FILES of a "module"
    - Various tests no longer require a separate .pm file for testing
    - Support v5.6.1 in various tests
    - test static build if $ENV{AUTHOR_TESTING}
    - XS tests now pluggable
    - test for "Perl in Space"

    Doc fixes:
    - better document for PL_FILES, oneliner method
    - FAQ updated

7.05_29 Mon Aug 24 16:00:14 BST 2015
    Bug fixes:
    - Handle new warnings from File::Path
    - Resolve RT#106572 specifying AUTHOR via command-line is broken

7.05_28 Wed Aug 19 18:56:25 BST 2015
    Bug fixes:
    - Warning on missing TEST_REQUIRES and CONFIGURE_REQUIRES

    Dist fixes:
    - Removed .perlcriticrc
    - Cleaned up Makefile.PL

7.05_27 Wed Aug  5 10:31:56 BST 2015

    No changes since 7.05_26
    Testing dist build

7.05_26 Tue Aug  4 20:36:18 BST 2015
    Bug fixes:
    - Reverted pure_all changes due to bug in gmake and
      parallel building perl core

7.05_25 Tue Jul  7 18:13:13 BST 2015

    No changes since 7.05_24
    Testing dist build

7.05_24 Wed Jul  1 19:18:11 BST 2015
    Bug fixes:
    - Fix missing pipe in Cygwin rebase command

7.05_23 Wed Jun 24 20:17:09 BST 2015
    Bug fixes:
    - Sanitise make_type on Win32
    - Cygwin: do not mess with the image base and do an ephemeral rebase on i686

7.05_22 Sun Jun 14 14:06:36 BST 2015
    Dist fixes:
    - eval $VERSION in all modules

7.05_21 Sat Jun 13 14:57:44 BST 2015
    Enhancements:
    - Intermediate META.* and *.ppd files now stored under blib/

    Test fixes:
    - fixed an executable bit on one of the tests

7.05_20 Sat Apr  4 16:20:54 BST 2015
    Test fixes:
    - Disable the unicode filename tests for now

7.05_19 Fri Mar 27 16:48:15 GMT 2015
    Test fixes:
    - Also skip t/basic.t unicode test on Win32

7.05_18 Fri Mar 27 12:16:05 GMT 2015
    Bug fixes:
    - Fix LINKTYPE => '' backwards compatibility
    - Have Makefile starting comments reflect decoded @ARGV, not raw

    Test fixes:
    - Restore t/basic.t unicode test, except on BSD

7.05_17 Tue Mar 24 12:11:47 GMT 2015
    Bug fixes:
    - Fix RT#103042 - maniadd failure needs "die" to stop make

7.05_16 Mon Mar  9 11:17:40 GMT 2015
    Bug fixes:
    - Add non-overridable "config" target for subdirs_manifypod's benefit

    Test fixes:
    - Fix Cygwin tests for manifypods() changes
    - Skip a Mkbootstrap test on Cygwin

7.05_15 Thu Mar  5 19:22:51 GMT 2015
    Bug fixes:
    - Resolve core integration regression with META handling
    - Make "manifypods" go into subdirs
    - Add various targets to .PHONY to avoid disk IO with dmake

7.05_14 Fri Feb 20 16:43:30 GMT 2015
    Bug fixes:
    - Add static/dynamic no-ops - needed by nmake and others

    Test fixes:
    - PL_FILES of a "module" was untested 

7.05_13 Wed Feb 18 22:17:53 GMT 2015
    Enhancements:
    - do proper conversion to 2.x for META_ADD/MERGE

    Bug fixes:
    - Resolved [RT#102009] subdir override of top_target lacking pure_nolink

    Test fixes:
    - Various tests no longer require a separate .pm file for testing
    - Handle unicode correctly in hash2files() function

7.05_12 Sat Feb  7 15:00:09 GMT 2015
    Bug fixes:
    - Fixed race condition in realclean
    - Fixed race condition with subdirs_$linktype

    Dist fixes:
    - Made %ExtraPrereqs match bundled prereqs
    - Included MANIFEST.SKIP from ExtUtils::Manifest

7.05_11 Sat Jan 31 16:11:06 GMT 2015
    Bug fixes:
    - Don't make Makefile.aperl until static done so find *.a in blib
    - Fixed precedence issue in linkext
    - Make WriteEmptyMakefile produce Makefile compat with subdirs-test_*
    - Relaxed the requirements for v5.6.1 in bundled version

    Test fixes:
    - Support v5.6.1 in various tests

    Doc fixes:



( run in 1.976 second using v1.01-cache-2.11-cpan-39bf76dae61 )