mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
Fix for perltidy tests
This commit is contained in:
parent
196d7b79bf
commit
60d67f911b
2 changed files with 3 additions and 4 deletions
|
@ -29,13 +29,13 @@ sub new {
|
|||
my ( $class, %args ) = @_;
|
||||
|
||||
my $config = {
|
||||
lang => 'en',
|
||||
lang => 'en',
|
||||
%args,
|
||||
};
|
||||
|
||||
my $self = bless $config, $class;
|
||||
|
||||
$self->set_debug_level( $config->{debug} ) if( $config->{debug} );
|
||||
$self->set_debug_level( $config->{debug} ) if ( $config->{debug} );
|
||||
$self->set_lang( $config->{lang} );
|
||||
|
||||
$self->debug(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue