2 # This is not a Perl distribution, but it can build one using Dist::Zilla.
10 cpanm_env = AUTHOR_TESTING=0 RELEASE_TESTING=0
15 $(cpanm_env) $(CPANM) -nq Dist::Zilla
16 $(DZIL) authordeps --missing |$(cpanm_env) $(CPANM) -nq
17 $(DZIL) listdeps --develop --missing |$(cpanm_env) $(CPANM) -nq
29 $(PROVE) -l $(if $(V),-vj1)
32 smoke-all file-kdbx File-KDBX-$V.tar.gz
35 $(DZIL) listdeps --no-recommends --no-suggests --no-develop --cpanm-versions \
36 |$(PERL) -pe 's/"//g' \
37 |build-perl-smokers file-kdbx
39 .PHONY: all bootstrap clean cover dist smoke smokers test