Something like
[-Subroutines::ProhibitSubroutinePrototypes]
in your .perlcriticrc should do the trick.
You can also do it inline with something like
## no critic (Subroutines::ProhibitSubroutinePrototypes)
sub subname ( ... ) {
## use critic
On Wed, Mar 29, 2017 at 1:16 PM, SSC_perl wrote:
>
Harry Putnam wrote:
I wasn't able to figure out what is happening when cpan fails on
File::ReadBackwards:
I'm hoping someone will be able to see what the problem is.
Installing /usr/local/lib/perl5/site_perl/5.8.8/File/ReadBackwards.pm
Installing /usr/local/share/man/man3/File::ReadBackwards.3p