diff --git a/TODO b/TODO index 90a511a6..d0aafe5a 100644 --- a/TODO +++ b/TODO @@ -124,7 +124,6 @@ ncurses-5.9 no YES ### new modules - candidates - AnyEvent (642KB) -- EV (550KB - 1095) - Devel::NYTProf (1.23MB - 2326) - POE (1.25MB - 3583) - PAR::Packer (9.9MB) @@ -134,7 +133,6 @@ ncurses-5.9 no YES - SQL::Translator (2.6MB) - Wx (88MB) - Padre (97MB incl. Wx) -- CryptX (1MB) ### Test FAILS ! Testing Convert-PEM-0.08 failed diff --git a/share/32bit-5.30.0.1.pp b/share/32bit-5.30.0.1.pp index 542a3679..d2b1a25f 100644 --- a/share/32bit-5.30.0.1.pp +++ b/share/32bit-5.30.0.1.pp @@ -120,6 +120,11 @@ # gdbm / db related qw/ BerkeleyDB DB_File DBM-Deep /, + # BUG: this should be built with core but is not (at least not by 5.30.0) + '/kmx/perl-modules-patched/GDBM_File-1.18.tar.gz', + '/kmx/perl-modules-patched/NDBM_File-1.15.tar.gz', + '/kmx/perl-modules-patched/ODBM_File-1.16.tar.gz', + #removed from core in 5.20 qw/ Module::Build /, { module=>'B::Lint', ignore_testfailure=>1 }, #XXX-TODO https://rt.cpan.org/Public/Bug/Display.html?id=101115 @@ -175,7 +180,7 @@ qw/ Net-SSH2 Net::Telnet /, # network - qw/ IO::Socket::IP IO::Socket::INET6 IO::Socket::Socks /, + qw/ IO::Socket::IP IO::Socket::INET6 IO::Socket::Socks EV /, qw/ HTTP-Server-Simple /, qw/ LWP::UserAgent /, { module=>'LWP::Protocol::https', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/https_proxy.t' } }, #https://rt.perl.org/Ticket/Display.html?id=132863 @@ -416,7 +421,7 @@ disable => $ENV{SKIP_PDL_STEP}, ### hack plugin => 'Perl::Dist::Strawberry::Step::BinaryToolsAndLibs', install_packages => { - 'cfitsio' => '/kmx/32_libs/gcc83-2019Q2/32bit_cfitsio-3.41-bin_20190522.zip', + 'cfitsio' => '/kmx/32_libs/gcc83-2019Q2/32bit_cfitsio-3.47-bin_20190522.zip', 'fftw3' => '/kmx/32_libs/gcc83-2019Q2/32bit_fftw-3.3.8-bin_20190522.zip', 'gnuplot' => '/kmx/32_libs/gcc83-2019Q2/32bit_gnuplot-5.2.6-bin_20190522.zip', 'gsl' => '/kmx/32_libs/gcc83-2019Q2/32bit_gsl-2.5-bin_20190522.zip', diff --git a/share/64bit-5.30.0.1.pp b/share/64bit-5.30.0.1.pp index 9aa80454..48ac108e 100644 --- a/share/64bit-5.30.0.1.pp +++ b/share/64bit-5.30.0.1.pp @@ -120,6 +120,11 @@ # gdbm / db related qw/ BerkeleyDB DB_File DBM-Deep /, + # BUG: this should be built with core but is not (at least not by 5.30.0) + '/kmx/perl-modules-patched/GDBM_File-1.18.tar.gz', + '/kmx/perl-modules-patched/NDBM_File-1.15.tar.gz', + '/kmx/perl-modules-patched/ODBM_File-1.16.tar.gz', + #removed from core in 5.20 qw/ Module::Build /, { module=>'B::Lint', ignore_testfailure=>1 }, #XXX-TODO https://rt.cpan.org/Public/Bug/Display.html?id=101115 @@ -175,7 +180,7 @@ qw/ Net-SSH2 Net::Telnet /, # network - qw/ IO::Socket::IP IO::Socket::INET6 IO::Socket::Socks /, + qw/ IO::Socket::IP IO::Socket::INET6 IO::Socket::Socks EV /, qw/ HTTP-Server-Simple /, qw/ LWP::UserAgent /, { module=>'LWP::Protocol::https', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/https_proxy.t' } }, #https://rt.perl.org/Ticket/Display.html?id=132863 @@ -416,7 +421,7 @@ disable => $ENV{SKIP_PDL_STEP}, ### hack plugin => 'Perl::Dist::Strawberry::Step::BinaryToolsAndLibs', install_packages => { - 'cfitsio' => '/kmx/64_libs/gcc83-2019Q2/64bit_cfitsio-3.41-bin_20190522.zip', + 'cfitsio' => '/kmx/64_libs/gcc83-2019Q2/64bit_cfitsio-3.47-bin_20190522.zip', 'fftw3' => '/kmx/64_libs/gcc83-2019Q2/64bit_fftw-3.3.8-bin_20190522.zip', 'gnuplot' => '/kmx/64_libs/gcc83-2019Q2/64bit_gnuplot-5.2.6-bin_20190522.zip', 'gsl' => '/kmx/64_libs/gcc83-2019Q2/64bit_gsl-2.5-bin_20190522.zip',