http://www.perlmonks.org?node_id=596752


in reply to Module Announcement: Perl-Critic-1.01

Wonderful! I love Perl::Critic, and have written many of my own policies (that are internal to my own company and not really useful to the CPANosphere)
  • Comment on Re: Module Announcement: Perl-Critic-1.01

Replies are listed 'Best First'.
Re^2: Module Announcement: Perl-Critic-1.01
by petdance (Parson) on Jan 26, 2007 at 17:31 UTC
    I'd love to know what those policies are. I think you might be surprised at how useful they might be.

    xoxo,
    Andy

      They're mainly to ensure cross-project portable code. I enforce the usage of certain environment variables instead of hard-coded values.