#!/bin/sh -e
export PERL5LIB=tools/lib/perlcritic:"$PERL5LIB"
"${1:-perlcritic}" --gentle --include Perl::Critic::Policy::HashKeyQuote "${2:-$PWD}"
