Skip to content

Commit

Permalink
DBM::Deep is no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Aug 3, 2023
1 parent cb110f4 commit 88ac9ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Test and build
run: |
cpanm ExtUtils::MakeMaker Test::Pod Test::Pod::Coverage parent
cpanm File::ShareDir::Install XML::XPath DBM::Deep || cat $HOME/.cpanm/work/*/build.log
cpanm File::ShareDir::Install XML::XPath
cpanm File::Find::Rule Spreadsheet::XLSX Text::CSV_XS LWP::Protocol::https
cpanm --installdeps .
perl Makefile.PL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-linux.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Test and build
run: |
cpanm --quiet --notest ExtUtils::MakeMaker Test::Pod Test::Pod::Coverage parent
cpanm --quiet --notest File::ShareDir::Install XML::XPath DBM::Deep
cpanm --quiet --notest File::ShareDir::Install XML::XPath
cpanm --quiet --notest File::Find::Rule Spreadsheet::XLSX Text::CSV_XS LWP::Protocol::https
cpanm --quiet --notest --installdeps .
perl Makefile.PL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Test and build
run: |
cpanm ExtUtils::MakeMaker Test::Pod Test::Pod::Coverage parent
cpanm File::ShareDir::Install XML::XPath DBM::Deep || cat $HOME/.cpanm/work/*/build.log
cpanm File::ShareDir::Install XML::XPath
cpanm -v --no-interactive File::Find::Rule Spreadsheet::XLSX Text::CSV_XS LWP::Protocol::https
cpanm --installdeps .
perl Makefile.PL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsd.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Test and build
run: |
cpanm --quiet --notest ExtUtils::MakeMaker Test::Pod Test::Pod::Coverage parent
cpanm --quiet --notest File::ShareDir::Install XML::XPath DBM::Deep
cpanm --quiet --notest File::ShareDir::Install XML::XPath
cpanm --quiet --notest File::Find::Rule Spreadsheet::XLSX Text::CSV_XS LWP::Protocol::https
cpanm --quiet --notest --installdeps .
perl Makefile.PL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Test and build
run: |
cpanm --quiet --notest ExtUtils::MakeMaker Test::Pod Test::Pod::Coverage parent
cpanm --quiet --notest File::ShareDir::Install XML::XPath DBM::Deep
cpanm --quiet --notest File::ShareDir::Install XML::XPath
cpanm --quiet --notest File::Find::Rule Spreadsheet::XLSX Text::CSV_XS LWP::Protocol::https
cpanm --quiet --notest --installdeps .
perl Makefile.PL
Expand Down

0 comments on commit 88ac9ca

Please sign in to comment.