Skip to content

Commit

Permalink
Possibly temporary fix to versions in CPANTesters import.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed May 5, 2016
1 parent 502525a commit d92ad01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/MetaCPAN/Script/CPANTesters.pm
Expand Up @@ -99,6 +99,11 @@ sub index_reports {
my %releases;
while ( my $release = $scroll->next ) {
my $data = $release->{_source};

# XXX temporary hack. This may be masking issues with release
# versions. (Olaf)
$data->{version} =~ s{\Av}{};

$releases{
join( '-',
grep {defined} $data->{distribution},
Expand Down

0 comments on commit d92ad01

Please sign in to comment.