add missing call

This commit is contained in:
Shini31 2015-08-10 15:22:17 +02:00
parent c0e30ddb5d
commit ac67c387c1
1 changed files with 1 additions and 0 deletions

View File

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