in reply to Re^2: Fastest way to minimally check that file contains perl code?
in thread Fastest way to minimally check that file contains perl code?
The Moose argument is why I like vr's idea. If perl -c doesn't bomb out early on you can be pretty confident it is actually compiling Perl (with Moose or something equally heavy).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Fastest way to minimally check that file contains perl code?
by LanX (Saint) on Mar 13, 2020 at 17:22 UTC |