|
6 | 6 | # <image_dir> is placeholder for c:\strawberry
|
7 | 7 |
|
8 | 8 | {
|
9 |
| - app_version => '5.38.1.1', #BEWARE: do not use '.0.0' in the last two version digits |
| 9 | + app_version => '5.38.2.1', #BEWARE: do not use '.0.0' in the last two version digits |
10 | 10 | bits => 32,
|
11 | 11 | beta => 0,
|
12 | 12 | app_fullname => 'Strawberry Perl',
|
|
76 | 76 | ### NEXT STEP ###########################
|
77 | 77 | {
|
78 | 78 | plugin => 'Perl::Dist::Strawberry::Step::InstallPerlCore',
|
79 |
| - url => 'https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.38.1a.tar.gz', |
| 79 | + url => 'https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.38.2.tar.gz', |
80 | 80 | cf_email => 'strawberry-perl@project', #IMPORTANT: keep 'strawberry-perl' before @
|
81 | 81 | perl_debug => 0, # can be overridden by --perl_debug=N option
|
82 | 82 | perl_64bitint => 1, # ignored on 64bit, can be overridden by --perl_64bitint | --noperl_64bitint option
|
|
192 | 192 | plugin => 'Perl::Dist::Strawberry::Step::InstallModules',
|
193 | 193 | modules => [
|
194 | 194 | { module => 'Win32-File-Object', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/05_links.t' } },
|
| 195 | + { module => 'Win32-Clipboard', ignore_testfailure=>1 }, # inconsistent failures of tests 7 & 9 |
195 | 196 | qw/ Win32-ShellQuote Win32::Console Win32::Console::ANSI Win32::Job Win32::ServiceManager Win32::Service Win32::Clipboard /,
|
196 | 197 | { module=>'<package_url>/kmx/perl-modules-patched/Win32-SerialPort-0.22_patched.tar.gz', skiptest=>1 },
|
197 | 198 | qw/ Sys::Syslog /,
|
|
213 | 214 | qw/ IO::All Path::Tiny /,
|
214 | 215 | # https://github.com/kenahoo/Path-Class/issues/55
|
215 | 216 | { module => 'Path::Class', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/01-basic.t' } },
|
216 |
| - |
| 217 | + ] |
| 218 | + }, |
| 219 | + { |
| 220 | + plugin => 'Perl::Dist::Strawberry::Step::InstallModules', |
| 221 | + modules => [ |
217 | 222 | # math related
|
218 | 223 | 'Devel::CheckLib', #this used to fail
|
219 | 224 | qw/ Math-Round Math-BigInt-GMP Math-GMP Math-MPFR Math-MPC /,
|
|
239 | 244 | qw/ XML-LibXML XML-LibXSLT XML-Parser XML-SAX XML-Simple /,
|
240 | 245 | { module=>'XML::Twig', ignore_testfailure=>1 }, #XXX-TODO XML-Twig-3.52 fails
|
241 | 246 |
|
242 |
| - # data/text processing |
| 247 | + # disable data/text processing |
243 | 248 | { 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
|
244 |
| - qw/ Text-Diff Text-Patch Text::CSV Text::CSV_XS Tie::Array::CSV Excel::Writer::XLSX Spreadsheet::ParseXLSX Spreadsheet::WriteExcel Spreadsheet::ParseExcel /, |
| 249 | + # qw/ Text-Diff Text-Patch Text::CSV Text::CSV_XS Tie::Array::CSV Excel::Writer::XLSX Spreadsheet::ParseXLSX Spreadsheet::WriteExcel Spreadsheet::ParseExcel /, |
245 | 250 |
|
246 | 251 | # database stuff
|
247 | 252 | qw/ DBI DBD-ODBC DBD-SQLite DBD-CSV DBD-ADO DBIx-Class DBIx-Simple /,
|
|
0 commit comments