Skip to content

Commit

Permalink
Correct directory for cpan builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed May 24, 2014
1 parent 41cc46c commit fc5269d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Devel/Cover/Collection.pm
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ sub build_modules {

sub add_build_dirs {
my $self = shift;
push @{$self->build_dirs}, grep -d, glob $self->cpan_dir . "/build/*";
push @{$self->build_dirs}, grep -d, glob $self->cpan_dir . "/*";
push @{$self->build_dirs}, grep -d, glob $self->cpanm_dir . "/work/*/*";
}

Expand Down

0 comments on commit fc5269d

Please sign in to comment.