Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nigelhorne/CGI-Info
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Feb 4, 2024
2 parents ed6075f + 9ac27c3 commit e79c1c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e79c1c3

Please sign in to comment.