wdq coding guidelines
wdq is written in Perl. The current version is one single Perl script,
located in script/wdq. Files in lib/ are optional for documentation only.
Global variables are UPPERCASE. A future version may better be organized in
modules and use App::FatPacker to build a single executable.
Code MUST be cleaned up with standard perltidy:
perltidy -b script/wdq lib/App/wdq.pm
Please enable this git pre-commit hook in executable .git/hooks/pre-commit to
prevent against committing failing tests:
#!/bin/sh
RELEASE_TESTING=1 prove -l -j8