pause icon indicating copy to clipboard operation
pause copied to clipboard

eliminate the "bindist" handling

Open rjbs opened this issue 11 years ago • 1 comments

There's code like this in PAUSE::dist:

my $binary_dist;
# ftp://ftp.funet.fi/pub/CPAN/modules/05bindist.convention.html
$binary_dist = 1 if $dist =~ /\d-bin-\d+-/i;

That 05 file is long gone, it seems. I think this behavior is also long dead.

This issue is to remind me (rjbs) to kill off the code path.

rjbs avatar May 01 '13 02:05 rjbs

Addressed by rjbs/no-binary-dists

rjbs avatar Apr 27 '19 09:04 rjbs