Skip to content

Commit

Permalink
more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 17, 2024
1 parent 4246eac commit 210a011
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,15 @@ jobs:
continue-on-error: true
with:
install: |
Mail::Header
Mail::SPF
Mail::DKIM
Mail::DMARC
Net::IP
Redis
Regexp::Common
Test::More
Test::Output
- run: sudo cpanm --installdeps -n -f .
- run: prove -lv t
1 change: 1 addition & 0 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ requires:
Redis: 0
Time::HiRes: 0
Time::TAI64: 0
Test::More: 0
Test::Output: 0
version: 1.00
3 changes: 1 addition & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ WriteMakefile(
# 'DBD::mysql' => 0, # log2sql
# 'DBIx::Simple' => 0, # log2sql
# modules that cause Travis build tests to fail
# 'Mail::SpamAssassin' => 0,
'Mail::SpamAssassin' => 0,
'GeoIP2' => 2,
# 'Geo::IP' => 1,
'Math::Complex' => 0, # geodesic distance in Geo::IP
'PerlIO::gzip' => 0, # gunzip GeoIP databases
'Redis' => 2,
Expand Down

0 comments on commit 210a011

Please sign in to comment.