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 b4986b5 commit e919976Copy full SHA for e919976
t/00_setup.t
@@ -124,7 +124,7 @@ subtest 'Cover Indexing' => sub {
124
my $cover_script = $d_bin->child('cover.pl');
125
my $cover_file = $d_test->child('cpancover_dev.json');
126
# run the cover indexing script in test mode
127
- `perl $cover_script -json $cover_file -test`;
+ `perl $cover_script -json $cover_file -mode test`;
128
129
my $es_cover = MetaCPAN::ES->new( index => 'cover', @test_mode );
130
ok( $es_cover->exists( index => 'cover', id => 'HTML-Parser-3.83' ), "Found cover data for HTML-Parser-3.83" );
0 commit comments