- Update to 0.51
from changes:
* scandeps.pl is now usable without CPANPLUS.pm installed.
Reported by: Rafael Garcia-Suarez
PR: 76034
Submitted by: maintainer
* Fix case-insensitive checks.
* Skip auto/ files too if explicitly specified.
* Also check for lower-cased keys in %skip, if operating under a
case-insensitive file system.
PR: ports/71569
Submitted by: maintainer (Rong-En Fan)
Approved by: mentor (vanilla)
This module scans potential modules used by perl programs, using
line-by-line analysis and elaborate heuristics.
Submitted by: Autrijus Tang <autrijus@autrijus.org>