Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Possibly temporary fix to versions in CPANTesters import."
This reverts commit d92ad01.
  • Loading branch information
oalders committed May 5, 2016
1 parent d92ad01 commit 3c0c4eb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/MetaCPAN/Script/CPANTesters.pm
Expand Up @@ -99,11 +99,6 @@ 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 3c0c4eb

Please sign in to comment.