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 74ba1b6 commit 1ed1c79Copy full SHA for 1ed1c79
lib/MetaCPAN/Script/Mapping.pm
@@ -536,7 +536,6 @@ sub _build_mapping {
536
sub _build_aliases {
537
my $self = $_[0];
538
return { 'cpan' => $self->cpan_index };
539
-
540
}
541
542
sub deploy_mapping {
t/lib/MetaCPAN/TestServer.pm
@@ -141,7 +141,7 @@ sub put_mappings {
141
ok( MetaCPAN::Script::Mapping->new_with_options( $self->_config )->run,
142
'put mapping' );
143
$self->check_mappings;
144
- $self->wait_for_es();
+ $self->wait_for_es;
145
146
147
sub index_releases {
0 commit comments