cvs commit: qpsmtpd/lib/Qpsmtpd Transaction.pm
[email protected] (Matt Sergeant)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/03/14 14:35:51 Modified: lib/Qpsmtpd Transaction.pm Log: Forgot to add in Constants here for logging Revision Changes Path 1.8 +1 -0 qpsmtpd/lib/Qpsmtpd/Transaction.pm Index: Transaction.pm =================================================================== RCS file: /cvs/public/qpsmtpd/lib/Qpsmtpd/Transaction.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -u -w -r1.7 -r1.8 --- Transaction.pm 5 Mar 2004 12:46:23 -0000 1.7 +++ Transaction.pm 14 Mar 2004 22:35:51 -0000 1.8 @@ -3,6 +3,7 @@ @ISA = qw(Qpsmtpd); use strict; use Qpsmtpd::Utils; +use Qpsmtpd::Constants; use IO::File qw(O_RDWR O_CREAT);