[svn:parrot] r43595 - trunk/tools/dev
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Tue Jan 26 02:55:17 UTC 2010
Author: jkeenan
Date: Tue Jan 26 02:55:16 2010
New Revision: 43595
URL: https://trac.parrot.org/parrot/changeset/43595
Log:
Convert an 'XXX' into http://trac.parrot.org/parrot/ticket/1418 to quiet perlcritic.
Modified:
trunk/tools/dev/checkdepend.pl
Modified: trunk/tools/dev/checkdepend.pl
==============================================================================
--- trunk/tools/dev/checkdepend.pl Tue Jan 26 02:41:04 2010 (r43594)
+++ trunk/tools/dev/checkdepend.pl Tue Jan 26 02:55:16 2010 (r43595)
@@ -104,7 +104,7 @@
# (Avoid clobbering the strings used in .include 'foo.pir', etc.)
$guts =~ s{=\s*'[^']*'\s*$}{}gm;
$guts =~ s{=\s*"(?:[^"\\]|\\.)*"\s*$}{}gm;
- # XXX also, heredocs (wheeeee!)
+ # TT #1418: also, heredocs (wheeeee!)
my @includes;
while ($guts =~ m/(?:\.include|\bload_bytecode)\s+(["'])(.*)\1/g) {
More information about the parrot-commits
mailing list