#!/bin/sh

cpanm -nq Perl::Tidy
perltidy -b -bext='/' -bm=move $(git ls-files t lib)
