* 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:
John Peacock 2005-02-13 21:28:10 +00:00
parent 60cab010f8
commit dd7b8be78f
2 changed files with 10 additions and 9 deletions

View File

@ -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)

View File

@ -2,7 +2,7 @@
use strict;
$^W = 1;
use Test::More tests => 24;
use Test::More tests => 28;
BEGIN {
use_ok('Qpsmtpd::Address');