Perl::Critic support on Foorum
Perl::Critic is a great CPAN module for every Perl developers.
From Foorum v0.1.1 on, we will support Perl::Critic
the pl URL is http://foorum.googlecode.com/svn/trunk/bin/misc/perlcritic.pl
and the result is at http://foorum.googlecode.com/svn/trunk/bin/misc/critic.txt
and here is a tip from Jeffrey Thalhammer:
http://mail.pm.org/pipermail/pbp-pm/2007-December/000056.html
we can disable the eval "string" alerts by
my $has_proc_pid_file = eval "use Proc::PID::File"; ## no critic (ProhibitStringyEval)
have fun!
From Foorum v0.1.1 on, we will support Perl::Critic
the pl URL is http://foorum.googlecode.com/svn/trunk/bin/misc/perlcritic.pl
and the result is at http://foorum.googlecode.com/svn/trunk/bin/misc/critic.txt
and here is a tip from Jeffrey Thalhammer:
http://mail.pm.org/pipermail/pbp-pm/2007-December/000056.html
we can disable the eval "string" alerts by
my $has_proc_pid_file = eval "use Proc::PID::File"; ## no critic (ProhibitStringyEval)
have fun!
Labels: Foorum
0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home