The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
1234 #!/bin/shcat $1 |( cd ..; perlcritic --verbose '%l:%c %p %r\n' --exclude 'Dynamic::*' --profile author.t/perlcriticrc )
#!/bin/sh
cat $1 |
( cd ..; perlcritic --verbose '%l:%c %p %r\n' --exclude 'Dynamic::*' --profile author.t/perlcriticrc )