fix #2237
This commit is contained in:
parent
8ad8f0dd85
commit
457d6f5731
|
@ -88,7 +88,7 @@ sub prefix_agg_output {
|
|||
|
||||
sub new {
|
||||
my ($class, %options) = @_;
|
||||
my $self = $class->SUPER::new(package => __PACKAGE__, %options, statefile => 1);
|
||||
my $self = $class->SUPER::new(package => __PACKAGE__, %options);
|
||||
bless $self, $class;
|
||||
|
||||
$options{options}->add_options(arguments => {
|
||||
|
|
Loading…
Reference in New Issue