On Mon Nov 13 06:31:40 2006, ptc wrote:
> The t/codingstd/fixme.t test only looks in C-language files for
> FIXME|TODO|XXX comments.  It would therefore be good for the
> t/codingstd/perlcritic.t test to check for these comments in the Perl
> source files.

Added a check for the Perl::Critic::Bangs module into t/codingstd/
perlcritic.t and if it is installed, the Bangs::ProhibitFlagComments 
policy is added to the list of policies.  This change was made in 
r17925.  All FIXME|TODO|XXX comments which have been added to RT should 
be replaced with RT#<ticket number>.

Paul

Reply via email to