Modified copy of the original bpq-config by Willem A. Schreuder (AC0KQ).
This repo is for testing purposes only. See the original for the latest version.
After cloning, enable the pre-commit hooks:
git config core.hooksPath .githooksThe pre-commit hook runs before every commit:
- Syntax check —
perl -c bpq-configrejects files with compile errors. - Test suite —
prove t/runs all tests int/. The commit is blocked if any test fails.