Im getting Code before warnings are enabled
from perl::critic, even though I have -w
specified in the shebang
#!/usr/bin/perl -w
I Really don't want to have to go through and replace all instances. Is there anything I can do. Additionally, I do want perl::critic to ensure all perl has warnings enabled.