Re: Proposed feature: die on compile with undefined functions
[email protected] (Dagfinn Ilmari Mannsåker)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
Paul "LeoNerd" Evans <[email protected]> writes: > Two thoughts: > > 1. AUTOLOAD > > 2. That exists > > https://metacpan.org/pod/B::LintSubs That's a separate checker, not something you'd put as a declaration in your code. For that, there's https://metacpan.org/pod/Sub::StrictDecl. - ilmari