* 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 Changes
config/badhelo config.sample/badhelo
config/dnsbl_zones config.sample/dnsbl_zones
config/IP config.sample/IP
config/loglevel config.sample/loglevel
config/plugins config.sample/plugins
config/relayclients config.sample/relayclients
config/require_resolvable_fromhost config.sample/require_resolvable_fromhost
config/rhsbl_zones config.sample/rhsbl_zones
CREDITS CREDITS
lib/Qpsmtpd.pm lib/Qpsmtpd.pm
lib/Qpsmtpd/Address.pm lib/Qpsmtpd/Address.pm
@ -66,3 +66,4 @@ t/addresses.t
t/helo.t t/helo.t
t/qpsmtpd-address.t t/qpsmtpd-address.t
t/Test/Qpsmtpd.pm t/Test/Qpsmtpd.pm
META.yml Module meta-data (added by MakeMaker)

View File

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