in reply to
Detecting undefined subroutines at compile time
FYI, Perl 6 detects all missing or mis-spelled subroutines at compile time, and some compilers (most notably
niecza
) implement it.
Perl 6 - second systems done right
Comment on
Re: Detecting undefined subroutines at compile time
In Section
Seekers of Perl Wisdom