add missing call

This commit is contained in:
Shini31 2015-08-10 15:22:17 +02:00
parent 4d5ed612a8
commit 768c60cb6a

View File

@ -57,6 +57,7 @@ sub check_options {
my ($self, %options) = @_; my ($self, %options) = @_;
$self->SUPER::init(%options); $self->SUPER::init(%options);
$self->{http}->set_options(%{$self->{option_results}});
} }
sub run { sub run {