Skip to content

Commit c989f1c

Browse files
committed
5.34.3.1: disable Spreadsheet::ParseXLSX
Dependency CryptX has recent test failures. DCIT/perl-CryptX#118
1 parent 3b23f8c commit c989f1c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

share/64bit-5.34.3.1.pp

+8-2
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,14 @@
271271
modules => [
272272
# data/text processing
273273
{ module=>'IO::Stringy', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/IO_InnerFile.t' } }, #https://rt.cpan.org/Public/Bug/Display.html?id=103895
274-
qw/ Text-Diff Text-Patch Text::CSV Text::CSV_XS Tie::Array::CSV Excel::Writer::XLSX Spreadsheet::ParseXLSX Spreadsheet::WriteExcel Spreadsheet::ParseExcel /,
275-
274+
qw/ Text-Diff Text-Patch Text::CSV Text::CSV_XS Tie::Array::CSV Excel::Writer::XLSX Spreadsheet::WriteExcel Spreadsheet::ParseExcel /,
275+
# 'Spreadsheet::ParseXLSX', # disabled due to recent dependency failures - https://github.com/DCIT/perl-CryptX/issues/118
276+
],
277+
},
278+
### NEXT STEP ###########################
279+
{
280+
plugin => 'Perl::Dist::Strawberry::Step::InstallModules',
281+
modules => [
276282
# database stuff
277283
qw/ DBI DBD-ODBC DBD-SQLite DBD-CSV DBD-ADO DBIx-Class DBIx-Simple /,
278284
'https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-3.8.0.tar.gz', ###{ module=>'DBD::Pg' },

0 commit comments

Comments
 (0)