|
| 1 | +7.12 Tue Apr 19 12:24:41 BST 2016 |
| 2 | + |
| 3 | + Enhancements: |
| 4 | + - version ranges are now supported for PREREQS, etc. |
| 5 | + - Metadata is now represented internally as Meta Spec 2.0 |
| 6 | + - ExtUtils::Command has been re-incorporated at 1.19 of that module |
| 7 | + - Refactored XS handling |
| 8 | + - XSMULTI=>1 - put multiple *.xs under lib, it "just works" and XSBUILD |
| 9 | + for refined control of XSMULTI |
| 10 | + - can do "make test" without first doing "make" |
| 11 | + |
| 12 | + Bug fixes: |
| 13 | + - Handle new warnings from File::Path |
| 14 | + - Resolve RT#106572 specifying AUTHOR via command-line is broken |
| 15 | + - Warning on missing TEST_REQUIRES and CONFIGURE_REQUIRES |
| 16 | + - Sanitise make_type on Win32 |
| 17 | + - Cygwin rebase fixes |
| 18 | + - Makefile starting comments reflect decoded @ARGV, not raw |
| 19 | + - Add various targets to .PHONY to avoid disk IO with dmake |
| 20 | + - Fixed race condition in realclean |
| 21 | + - improve static-build lib detection |
| 22 | + - Eliminate non-error STDERR |
| 23 | + - Make WriteEmptyMakefile Makefile functional when called in subdir |
| 24 | + - manifypods fixes |
| 25 | + - perllocal.pod generation "Perl in Space" fix |
| 26 | + - PASTHRU fixes |
| 27 | + - Fix distsignature dependencies for parallel make |
| 28 | + - Check exit status for commands in "make ci" target |
| 29 | + - Less noisey output during building sub-modules |
| 30 | + - Fix dos2unix() on Windows |
| 31 | + - stop makeaperl from polluting @ARGV in cases where ARGV contains args with spaces |
| 32 | + - Fix regression when both test.pl and t/*.t are present |
| 33 | + - Refactored internals to remove DirHandle usage |
| 34 | + - MM_Unix::find_perl() dont repeatedly stat the same path in a loop |
| 35 | + - No longer repeatedly attempt to load CPAN::Meta if it is now available |
| 36 | + |
| 37 | + VMS fixes: |
| 38 | + - Made MM_VMS::oneline build continuation lines properly |
| 39 | + - Implemented XSMULTI and XSBUILD |
| 40 | + - Resurrect PASTHRU on VMS |
| 41 | + - make_macro should handle multiple macros |
| 42 | + - Fix regression with File::Spec changes in previous release |
| 43 | + |
| 44 | + Win32 fixes: |
| 45 | + - t/echo.t needs SHELL env for Win32 gmake |
| 46 | + |
| 47 | + Dist fixes: |
| 48 | + - Made %ExtraPrereqs match bundled prereqs |
| 49 | + - Included MANIFEST.SKIP from ExtUtils::Manifest |
| 50 | + - The bundled Encode::Locale has been updated to 1.04 |
| 51 | + |
| 52 | + Test fixes: |
| 53 | + - test PL_FILES of a "module" |
| 54 | + - Various tests no longer require a separate .pm file for testing |
| 55 | + - Support v5.6.1 in various tests |
| 56 | + - test static build if $ENV{AUTHOR_TESTING} |
| 57 | + - XS tests now pluggable |
| 58 | + - test for "Perl in Space" |
| 59 | + |
| 60 | + Doc fixes: |
| 61 | + - better document for PL_FILES, oneliner method |
| 62 | + - FAQ updated |
| 63 | + |
1 | 64 | 7.11_06 Tue Mar 29 19:22:38 BST 2016 |
2 | 65 |
|
3 | 66 | Bug fixes: |
|
0 commit comments