[rt.cpan.org #132431] Implicit modules
[email protected] ("Johan Vromans via RT") Mon, 27 Apr 2020 07:21:50 -0400
| Newsgroups | perl.par |
|---|---|
| Message-ID | <[email protected]> |
Mon Apr 27 07:21:49 2020: Request 132431 was acted upon.
Transaction: Ticket created by JV
Queue: Module-ScanDeps
Subject: Implicit modules
Broken in: 1.27
Severity: Normal
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=132431 >
The perl runtime may implicitly require certain modules. For example, named captures (%+ and %-) require Tie::Hash::NamedCapture. Globbing ( e.g. <*.c> ) requires File::Glob. Etc..
Scandeps -B should include these modules since it is almost impossible to detect whether they will be actually needed.