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.
1 parent a7c947c commit a778f93Copy full SHA for a778f93
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