use warnings; use parent qw{App::Prove::Elasticsearch::Queue::Default}; use Net::RabbitMQ; use JSON::MaybeXS; sub new { my ($class, $input) = @_; my $self = $class->SUPER::new($input);