zzzcpan/nginx-perl

include pcre into the next release

Closed this issue · 2 comments

It seems that roughly half of the systems don't have pcre installed:
http://matrix.cpantesters.org/?dist=Nginx-Perl+1.1.11.1

So I think it's better to just ship pcre with nginx-perl for cpan and build it for those systems.

So, I guess travis-ci doesn't have PCRE either.

Including pcre was a bad idea. So, I'm simply disabling pcre and zlib if not found. This helps to success on travis and probably will succeed on many cpantesters' nodes as well.