We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7c947c + a778f93 commit 59ebdcaCopy full SHA for 59ebdca
lib/MetaCPAN/Script/Snapshot.pm
@@ -81,7 +81,7 @@ has snap_name => (
81
82
has host => (
83
is => 'ro',
84
- isa => Str,
+ isa => 'URI::http',
85
default => sub {
86
my $self = shift;
87
return $self->es->transport->cxn_pool->cxns->[0]->uri;
0 commit comments