* 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
|
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)
|
||||||
|
@ -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');
|
||||||
|
Loading…
Reference in New Issue
Block a user