andk / pause

Perl authors upload server
http://pause.perl.org/
150 stars 57 forks source link

reduce mldistwatch log noise, and use constants (for errors #498

Closed rspier closed 2 months ago

rspier commented 2 months ago

Primarily

Use a set of constant enums for when mldistwatch decides to ignore a dist.

- The actual values are the same, where possible.  Some values were just '1'
  which has been made more specific.
- These are only used in one place.
- Now we can easily route the log lines for metadata and readme files to the
  debug log

But also a few other cleanups.

rspier commented 2 months ago

Mostly obsoleted by #499 and #501 .