Skip to content

Commit

Permalink
reorder includes [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bigio committed Jul 5, 2024
1 parent 380deb8 commit 315bdeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/lib/Mail/MIMEDefang.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ no warnings qw(once uninitialized);
require Exporter;

use Carp;
use Socket;
use IO::File;
use Errno qw(ENOENT EACCES);
use File::Spec;
use IO::File;
use MIME::Entity;
use MIME::WordDecoder;
use Socket;

our @ISA = qw(Exporter);
our @EXPORT;
Expand Down

0 comments on commit 315bdeb

Please sign in to comment.