Fix for perltidy tests

This commit is contained in:
Duncan Ferguson 2017-03-04 18:36:44 +00:00
parent 196d7b79bf
commit 60d67f911b
2 changed files with 3 additions and 4 deletions

View file

@ -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(