diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 4651d1a..d126ad6 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -31,7 +31,7 @@ jobs: - run: cpan App::cpanminus - name: Install Dependencies run: | - cd $GITHUB_WORKSPACE; cpan -iqn Test::Carp JSON::MaybeXS LWP::UserAgent + cd $GITHUB_WORKSPACE; cpanm -iqn Test::Carp JSON::MaybeXS LWP::UserAgent cd $GITHUB_WORKSPACE; cpanm --verbose --notest --installdeps --with-configure --with-develop . find ~ -name build.log | xargs cat - name: perl Makefile.PL diff --git a/Makefile.PL b/Makefile.PL index 9e3bf61..bdb7607 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -27,7 +27,6 @@ WriteMakefile( 'JSON::PP' => 4.02, # Fix http://www.cpantesters.org/cpan/report/78a1401c-42de-11e9-bf31-80c71e9d5857 'Test::Carp' => 0, 'Test::Compile' => 0, - 'Test::DependentModules' => 0, 'Test::Most' => 0, 'Test::Needs' => 0, 'Test::NoWarnings' => 0,