Skip to content

Commit

Permalink
5.36: install ExtUtils::Depends 0.8000
Browse files Browse the repository at this point in the history
See #80
  • Loading branch information
shawnlaffan committed Mar 18, 2023
1 parent 18073b7 commit e5a3732
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions share/64bit-5.36.0.1.pp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
i_dbm => 'define',
i_gdbm => 'define',
i_ndbm => 'define',
#myuname => 'Win32 strawberry-perl 5.36.0.1 #1 Sat 04 Mar 2023 x64 tempvaluesonly',
myuname => 'Win32 strawberry-perl 5.36.0.1 #1 Sat 04 Mar 2023 x64 tempvaluesonly',
osvers => '10',
},
},
Expand Down Expand Up @@ -167,16 +167,19 @@
# install cpanm as soon as possible
qw/ App::cpanminus /,

# https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/80
'https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-0.8000.tar.gz',

# gdbm / db related
qw/ BerkeleyDB DB_File DBM-Deep /,

#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 #XXX-FAIL-5.32.1
{ module=>'Archive::Extract', ignore_testfailure=>1 }, #XXX-TODO-5.28/64bit
# { module=>'CPANPLUS', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/40_CPANPLUS-Internals-Report.t' } },
{ module=>'CPANPLUS', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/40_CPANPLUS-Internals-Report.t' } },
#XXX-TODO https://rt.cpan.org/Public/Bug/Display.html?id=116479
# qw/ CPANPLUS::Dist::Build /,
qw/ CPANPLUS::Dist::Build /,
qw/ File::CheckTree Log::Message Module::Pluggable Object::Accessor Text::Soundex Term::UI Tree::DAG_Node /,
# qw /Pod::Latex/, # disabled - https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/75

Expand Down

0 comments on commit e5a3732

Please sign in to comment.