The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
1.1.3    07.05.2019
           - one more fix for ctest on windows
1.1.2    30.04.2019
           - fix for ctest on windows
1.1.1    26.02.2019
           - bugfixes
1.1.0    22.02.2019
           - for development: when possible, rebuild only C files whose headers has changed (H_DEPS param)
           - a lot of refactorings
1.0.15   20.02.2019
           - support for test{CCFLAGS}, test{OPTIMIZE}. test{OPTIMIZE} default to -O0 when building c tests (to speedup compile time)
1.0.14   14.02.2019
           - perl 5.10 bugfix
1.0.13   13.02.2019
           - refactor working with binary versions
           - fix dmake.exe bug
1.0.12   12.02.2019
           - now checks if C++ compiler available and supports -std=c++XX and croaks if not, marking as 'NA' on cpantesters
1.0.11   12.02.2019
           - added not_available($msg) which leads to grade 'NA' on CPAN testers
1.0.10   12.02.2019
           - fix compilation C++ >= 11 for perl <= 5.18 as perl had buggy perl.h
1.0.9    11.02.2019
           - simplify Makefile
1.0.8    11.02.2019
           - require EUMM 7.12 for subdirs-test_dynamic as we use it to build C tests
1.0.7    08.02.2019
           - reasonable default for VERSION_FROM, ABSTRACT_FROM
1.0.6    08.02.2019
           - automatically reject C++ compiler with SJLJ exceptions (strawberry < 5.26) if XS uses C++, because that leads process to hang
1.0.5    08.02.2019
           - bug installing to arch non-binary modules which have BIN_SHARE
           - fix linking binary tests for windows
           - fix loading binary tests for windows
           - misc improvements
           - update ppport.h to last version
1.0.4    07.02.2019
           - misc improvements
1.0.3    06.02.2019
           - fix makefile
1.0.2    06.02.2019
           - doc fix
1.0.1    06.02.2019
           - hide private packages
1.0.0    06.02.2019
           - rewritten and refactored from Panda::Install