6df92cd56e
(note the branch, v010) git-svn-id: https://svn.perl.org/qpsmtpd/branches/v010@23 958fd67b-6ff1-0310-b445-bb7760255be9
7 lines
71 B
Perl
7 lines
71 B
Perl
package Qpsmtpd::Constants;
|
|
use strict;
|
|
use constant TRACE => 10;
|
|
|
|
|
|
1;
|