Skip to content

Commit

Permalink
never delete perls
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Apr 18, 2011
1 parent 552c01d commit f918728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tl
Expand Up @@ -68,6 +68,8 @@ FILE: for my $file (@files) {
}
}
next if $dni->dist eq 'perl';
my $by_name = $found{ $dni->dist } ||= {};
my $dist = $by_name->{ eval $dni->version } ||= { values => [] };
push @{ $dist->{values} }, $file;
Expand Down

0 comments on commit f918728

Please sign in to comment.