Skip to content

Commit

Permalink
more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 12, 2024
1 parent d97028b commit 3684a15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
matrix:
os: ["ubuntu-latest"]
perl: ["5.16", "5.32"]
fail-fast: false
runs-on: ubuntu-latest
services:
redis:
Expand Down
5 changes: 5 additions & 0 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ requires:
Date::Parse: 0
File::Tail: 0
File::Temp: 0
File::NFSLock: 0
IO::Socket::SSL: 0
MIME::Base64: 0
Mail::DKIM: 0
Expand All @@ -30,8 +31,12 @@ requires:
Net::IP: 0
Time::HiRes: 0
Time::TAI64: 0
Test::More: 0
Test::Output: 0
Mail::SPF: 0
Geo::IP: 0
GeoIP2: 0
Redis: 0
CDB_File: 0
DB_File: 0
version: 1.00
4 changes: 3 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ WriteMakefile(
VERSION_FROM => 'lib/Qpsmtpd.pm',
PREREQ_PM => {
'CDB_File' => 0,
'DB_File' => 0,
'Data::Dumper' => 0,
'Date::Parse' => 0,
'File::Temp' => 0,
Expand All @@ -26,7 +27,7 @@ WriteMakefile(
'Mail::DKIM' => 0.40,
'File::Tail' => 0, # log/summarize, log/watch
'Time::TAI64' => 0, # log2sql
'Redis' => 0,
'Redis' => 0,
# 'DBI' => 0, # auth_vpopmail_sql and
# 'DBD::mysql' => 0, # log2sql
# 'DBIx::Simple' => 0, # log2sql
Expand All @@ -35,6 +36,7 @@ WriteMakefile(
'Geo::IP' => 1,
'Math::Complex' => 0, # geodesic distance in Geo::IP
'PerlIO::gzip' => 0, # gunzip GeoIP databases
'File::NFSLock' => 0,
},
ABSTRACT => 'Flexible smtpd daemon written in Perl',
AUTHOR => 'Ask Bjoern Hansen <ask@develooper.com>',
Expand Down

0 comments on commit 3684a15

Please sign in to comment.