Re: Check syntax of Perl stuff at build time

2014-04-16 Thread Marc Espie
On Wed, Apr 16, 2014 at 08:07:55PM +0400, Vadim Zhukov wrote: > This is a PoC I'm currently using while hacking at our libtool. What > I dream about is putting such code in /usr/share/bsd.perl.mk or such, > allowing to run checks for all Perl-based tools in base.It's better to > know something is b

Check syntax of Perl stuff at build time

2014-04-16 Thread Vadim Zhukov
This is a PoC I'm currently using while hacking at our libtool. What I dream about is putting such code in /usr/share/bsd.perl.mk or such, allowing to run checks for all Perl-based tools in base.It's better to know something is broken at build time rather after install, isn't it? If idea and actua