|
307 | 307 | { module=>'Module::Find', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/07-symlinks.t' } }, # https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/67
|
308 | 308 |
|
309 | 309 | { module=>'Config::Any', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/10-branches.t' } }, # https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/73 needed for DBIx::Class
|
| 310 | + 'https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/DBI-1.645.tgz', # https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/242 |
310 | 311 | { module=>'DBD::SQLite', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/33_non_latin_path.t' } }, # https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/68
|
311 |
| - qw/ DBI DBD-ODBC DBD-CSV DBD-ADO DBIx-Class DBIx-Simple /, |
| 312 | + qw/ DBD-ODBC DBD-CSV DBD-ADO DBIx-Class DBIx-Simple /, |
312 | 313 | 'https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-3.8.0.tar.gz', ###{ module=>'DBD::Pg' },
|
313 | 314 | #{ module=>'DBD::mysql' }, # disable until we sort out more recent mysql (but see https://github.com/StrawberryPerl/Perl-Dist-Strawberry/discussions/157 )
|
314 | 315 | # SKIP DBD::Oracle for 5.36 until we can sort out what files to use
|
|
610 | 611 | { module => 'File::Next', ignore_testfailure => 1 }, #XXX-TODO-5.28 / PREREQ-ONLY
|
611 | 612 | { module => 'Devel::REPL', ignore_testfailure => 1 },
|
612 | 613 | qw/Lexical::Persistence Astro::FITS::Header /,
|
613 |
| - { module => 'Astro::FITS::CFITSIO', ignore_testfailure => 1}, # only needed for createfile test |
| 614 | + # disable CFITSIO for now |
| 615 | + # { module => 'Alien::zlib', env => {HARNESS_SUBCLASS => 'TAP::Harness::Restricted', HARNESS_SKIP => 't/alien_zlib.t',} }, # needed for Alien::CFITSIO, fails ffi test |
| 616 | + # { module => 'Astro::FITS::CFITSIO', ignore_testfailure => 1}, # only needed for createfile test |
614 | 617 | { module => 'Inline::C', ignore_testfailure => 1 },
|
615 | 618 | { module => 'Module::Compile', ignore_testfailure => 1 }, #XXX-TODO-5.28 / PREREQ-ONLY
|
616 | 619 | qw/ Term::ReadKey /, # for perldl
|
|
0 commit comments