* MANIFEST
Since the config/ folder was renamed, have to update this too * t/qpsmtpd-address.t New tests added so the count needs to be incremented, too git-svn-id: https://svn.perl.org/qpsmtpd/trunk@361 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
60cab010f8
commit
dd7b8be78f
17
MANIFEST
17
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)
|
||||
|
@ -2,7 +2,7 @@
|
||||
use strict;
|
||||
$^W = 1;
|
||||
|
||||
use Test::More tests => 24;
|
||||
use Test::More tests => 28;
|
||||
|
||||
BEGIN {
|
||||
use_ok('Qpsmtpd::Address');
|
||||
|
Loading…
Reference in New Issue
Block a user