cpanm --installdeps -q --skip-satisfied -L local .
./local/bin/localenv prove -lr t/
or just
./env prove -lr t/
./env bin/print_year.pl
gem install fpm
edit ./VERSION
fpm -s dir -t rpm -n TestApp -v $(cat VERSION) --prefix /opt/testapp -x *.rpm ./*