[perl #40861] [CAGE] - add a Perl::Critic policy to look for FIXME|TODO|XXX

2007-04-01 Thread Paul Cochrane via RT
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

Re: [perl #40861] [CAGE] - add a Perl::Critic policy to look for FIXME|TODO|XXX

2006-11-13 Thread Andy Lester
On Nov 13, 2006, at 7:14 PM, Will Coleda wrote: Andy, would you accept a patch for this to optionally allow things like: FIXME (#40123) No, I don't want to build in exceptions. However, how about if the RT tickets are noted as "RT #40123", which is just as easy to find? -- Andy Lester

Re: [perl #40861] [CAGE] - add a Perl::Critic policy to look for FIXME|TODO|XXX

2006-11-13 Thread Will Coleda
Andy, would you accept a patch for this to optionally allow things like: FIXME (#40123) but not: FIXME Which would allow us to let this slide if someone already opened a ticket on it? (Probably want to specify the option as an RE) On Nov 13, 2006, at 7:26 PM, Chris Dolan wrote: On Nov 13

Re: [perl #40861] [CAGE] - add a Perl::Critic policy to look for FIXME|TODO|XXX

2006-11-13 Thread Chris Dolan
On Nov 13, 2006, at 8:31 AM, Paul Cochrane (via RT) wrote: # New Ticket Created by Paul Cochrane # Please include the string: [perl #40861] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40861 > The t/codingstd/fixme.t tes

[perl #40861] [CAGE] - add a Perl::Critic policy to look for FIXME|TODO|XXX

2006-11-13 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #40861] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40861 > The t/codingstd/fixme.t test only looks in C-language files for FIXME|TODO|XXX comments