Command.pm, promoted strictures to 1st line of code

This commit is contained in:
Matt Simerson 2012-05-04 16:06:19 -04:00 committed by Robert
parent dd5cccd49f
commit 312d983ff7

View File

@ -53,10 +53,11 @@ Inside a plugin
=cut
use strict;
use Qpsmtpd::Constants;
use vars qw(@ISA);
@ISA = qw(Qpsmtpd::SMTP);
use strict;
sub parse {
my ($me,$cmd,$line,$sub) = @_;