diff --git a/MANIFEST b/MANIFEST index a2778c6..e0a1b14 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,12 +1,12 @@ Changes -config/badhelo -config/dnsbl_zones -config/IP -config/loglevel -config/plugins -config/relayclients -config/require_resolvable_fromhost -config/rhsbl_zones +config.sample/badhelo +config.sample/dnsbl_zones +config.sample/IP +config.sample/loglevel +config.sample/plugins +config.sample/relayclients +config.sample/require_resolvable_fromhost +config.sample/rhsbl_zones CREDITS lib/Qpsmtpd.pm lib/Qpsmtpd/Address.pm @@ -66,3 +66,4 @@ t/addresses.t t/helo.t t/qpsmtpd-address.t t/Test/Qpsmtpd.pm +META.yml Module meta-data (added by MakeMaker) diff --git a/t/qpsmtpd-address.t b/t/qpsmtpd-address.t index b305940..b041e5a 100644 --- a/t/qpsmtpd-address.t +++ b/t/qpsmtpd-address.t @@ -2,7 +2,7 @@ use strict; $^W = 1; -use Test::More tests => 24; +use Test::More tests => 28; BEGIN { use_ok('Qpsmtpd::Address');