mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
Don't import Carp twice
This commit is contained in:
parent
576ace2e3d
commit
4b02448f0a
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,7 @@ use warnings;
|
||||||
use strict;
|
use strict;
|
||||||
use version; our $VERSION = version->new('4.03_06');
|
use version; our $VERSION = version->new('4.03_06');
|
||||||
|
|
||||||
use Carp qw/cluck/;
|
use Carp qw/cluck :DEFAULT/;
|
||||||
|
|
||||||
use base qw/ App::ClusterSSH::Base /;
|
use base qw/ App::ClusterSSH::Base /;
|
||||||
use App::ClusterSSH::Host;
|
use App::ClusterSSH::Host;
|
||||||
|
@ -33,7 +33,6 @@ use X11::Keysyms '%keysymtocode', 'MISCELLANY', 'XKB_KEYS', '3270', 'LATIN1',
|
||||||
'TECHNICAL', 'SPECIAL', 'PUBLISHING', 'APL', 'HEBREW', 'THAI', 'KOREAN';
|
'TECHNICAL', 'SPECIAL', 'PUBLISHING', 'APL', 'HEBREW', 'THAI', 'KOREAN';
|
||||||
use File::Basename;
|
use File::Basename;
|
||||||
use Net::hostent;
|
use Net::hostent;
|
||||||
use Carp;
|
|
||||||
use Sys::Hostname;
|
use Sys::Hostname;
|
||||||
use English;
|
use English;
|
||||||
use Socket;
|
use Socket;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue