uribl: ordered pragmas and dependencies

This commit is contained in:
Matt Simerson 2012-06-27 03:23:27 -04:00
parent 0d911852ad
commit 4a622e3aff

View File

@ -89,14 +89,14 @@ may be used and redistributed under the same terms as qpsmtpd itself.
=cut =cut
use Net::DNS::Resolver; use strict;
use Time::HiRes qw(time); use warnings;
use IO::Select;
use Qpsmtpd::Constants; use Qpsmtpd::Constants;
use strict; use Net::DNS::Resolver;
use warnings; use Time::HiRes qw(time);
use IO::Select;
# ccTLDs that allocate domain names within a strict two-level hierarchy, # ccTLDs that allocate domain names within a strict two-level hierarchy,
# as in *.co.uk # as in *.co.uk