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

Re: Request for Comments on Perl::Critic

by sfink (Deacon)
on Nov 02, 2005 at 07:29 UTC ( [id://504848]=note: print w/replies, xml ) Need Help??


in reply to Request for Comments on Perl::Critic

Minor point: I'm not crazy about the command-line name perlcritic. perlcc is in my path, so I would have to type perlcr before I can hit tab for command completion. If it were, say, critique, I could get away with cri then tab. I notice that wtf is also available on my machine as a complete command name. Might make sense for much of my code...

I work for Reactrix Systems, and am willing to admit it.
  • Comment on Re: Request for Comments on Perl::Critic

Replies are listed 'Best First'.
Re^2: Request for Comments on Perl::Critic
by Perl Mouse (Chaplain) on Nov 02, 2005 at 10:14 UTC
    $ alias critique='/usr/local/bin/perlcritic' $ (echo '#!/bin/sh'; echo '/usr/local/bin/perlcritic $*') > ~/bin/ +critique $ chmod +x ~/bin/critique $ PATH="$PATH:~/bin"
    Perl --((8:>*

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 21:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found