Skip to content

Commit

Permalink
add more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 17, 2024
1 parent 1c8d89c commit f1540a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Install Perl Modules with cpanm
uses: perl-actions/install-with-cpanm@v1
continue-on-error: true
with:
install: |
Regexp::Common
- run: cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
- run: cpanm --installdeps -n -f .
- run: prove -lv t
2 changes: 2 additions & 0 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ requires:
File::NFSLock: 0
File::Tail: 0
File::Temp: 0
GeoIP2: 0
IO::Socket::SSL: 0
MIME::Base64: 0
Mail::DKIM: 0
Mail::DMARC: 0
Mail::Header: 0
Mail::SPF: 0
Net::DNS: 0.39
Expand Down
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ WriteMakefile(
'Test::Output' => 0,
# modules for specific features
'Mail::DKIM' => 0.40,
'Mail::DMARC' => 0,
'File::Tail' => 0, # log/summarize, log/watch
'Time::TAI64' => 0, # log2sql
# 'DBI' => 0, # auth_vpopmail_sql and
Expand Down
96 changes: 0 additions & 96 deletions t/plugin_tests/dspam

This file was deleted.

0 comments on commit f1540a3

Please sign in to comment.