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 3d7e4ae commit 2ae1cecCopy full SHA for 2ae1cec
lib/MetaCPAN/Script/Mapping.pm
@@ -538,7 +538,6 @@ sub _build_mapping {
538
sub _build_aliases {
539
my $self = $_[0];
540
return { 'cpan' => $self->cpan_index };
541
-
542
}
543
544
sub deploy_mapping {
t/lib/MetaCPAN/TestServer.pm
@@ -217,7 +217,7 @@ sub put_mappings {
217
ok( MetaCPAN::Script::Mapping->new_with_options( $self->_config )->run,
218
'put mapping' );
219
$self->check_mappings;
220
- $self->wait_for_es();
+ $self->wait_for_es;
221
222
223
sub index_releases {
0 commit comments