| Newsgroups |
perl.cvs.qpsmtpd |
| Message-ID |
<[email protected]> |
cvsuser 05/02/13 13:28:10
Modified: . MANIFEST
t qpsmtpd-address.t
Log:
* 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
Revision Changes Path
1.3 +9 -8 qpsmtpd/MANIFEST
Index: MANIFEST
===================================================================
RCS file: /cvs/public/qpsmtpd/MANIFEST,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MANIFEST 16 Nov 2004 02:07:39 -0000 1.2
+++ MANIFEST 13 Feb 2005 21:28:10 -0000 1.3
@@ -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/helo.t
t/qpsmtpd-address.t
t/Test/Qpsmtpd.pm
+META.yml Module meta-data (added by MakeMaker)
1.10 +1 -1 qpsmtpd/t/qpsmtpd-address.t
Index: qpsmtpd-address.t
===================================================================
RCS file: /cvs/public/qpsmtpd/t/qpsmtpd-address.t,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- qpsmtpd-address.t 28 Jan 2005 03:30:50 -0000 1.9
+++ qpsmtpd-address.t 13 Feb 2005 21:28:10 -0000 1.10
@@ -2,7 +2,7 @@
use strict;
$^W = 1;
-use Test::More tests => 24;
+use Test::More tests => 28;
BEGIN {
use_ok('Qpsmtpd::Address');