Skip to content

Commit

Permalink
Fixes path to fixture cpantesters data.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Apr 30, 2016
1 parent 8a7d9c5 commit fc12b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Script/CPANTesters.pm
Expand Up @@ -61,7 +61,7 @@ has _bulk => (
sub _build_db {
my $self = shift;
return $ENV{HARNESS_ACTIVE}
? $self->home->file('var/t/tmp/cpantesters-release-fake.db.bz2')
? $self->home->file('t/var/cpantesters-release-fake.db.bz2')
: 'http://devel.cpantesters.org/release/release.db.bz2';
}

Expand Down

0 comments on commit fc12b19

Please sign in to comment.