Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Perl::Critic and the POSIX module.

by hippo (Bishop)
on Jan 26, 2022 at 16:30 UTC ( [id://11140885]=note: print w/replies, xml ) Need Help??


in reply to Perl::Critic and the POSIX module.

I am unable to reproduce your result.

$ cat ct.pl #!/usr/bin/perl use strict; use warnings; use POSIX qw( :unistd_h :sys_wait_h setsid WNOHANG ); POSIX::setsid() or die 'failed'; $ perl -cw ct.pl ct.pl syntax OK $ perl ct.pl $ perlcritic --stern ct.pl ct.pl source OK

This is with POSIX 1.38_03 and Perl::Critic 1.125.

What do the wise folks here think of Perl::Critic generally?

It's a useful tool both for the individual and for teams to apply consistent policies to code. No more or less than that.


🦛

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11140885]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-24 06:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found