Re: Perl Critic and subroutine signatures

2017-03-29 Thread Kevin Phair
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: >

Re: [cpan Q] Failure to finish installing using cpan [File::ReadBackwards

2009-09-28 Thread Kevin Phair
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