The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

#!/bin/sh
cat $1 |
( cd ..; perlcritic --verbose '%l:%c %p %r\n' --exclude 'Dynamic::*' --profile author.t/perlcriticrc )