about summary refs log tree commit
diff options
context:
space:
mode:
-rw-r--r--lib/Net/FTP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/FTP.pm b/lib/Net/FTP.pm
index 4f965da..208e21d 100644
--- a/lib/Net/FTP.pm
+++ b/lib/Net/FTP.pm
@@ -15,8 +15,8 @@ use 5.008001;
 
 use strict;
 use warnings;
-use Carp;
 
+use Carp;
 use Fcntl qw(O_WRONLY O_RDONLY O_APPEND O_CREAT O_TRUNC);
 use IO::Socket;
 use Net::Cmd;