[svn:parrot] r42017 - trunk/config/auto
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Thu Oct 22 10:06:14 UTC 2009
Author: mikehh
Date: Thu Oct 22 10:06:13 2009
New Revision: 42017
URL: https://trac.parrot.org/parrot/changeset/42017
Log:
fix codetest failure - perlcritic does not like TODO in perl modules
Modified:
trunk/config/auto/frames.pm
Modified: trunk/config/auto/frames.pm
==============================================================================
--- trunk/config/auto/frames.pm Thu Oct 22 09:56:11 2009 (r42016)
+++ trunk/config/auto/frames.pm Thu Oct 22 10:06:13 2009 (r42017)
@@ -50,7 +50,7 @@
$can_build_call_frames = $conf->options->get('buildframes');
}
else {
- # TODO: TT #1132
+ # TT #1132
# Temporary disable build frames automatically.
#$can_build_call_frames = ($nvsize == 8 && $cpuarch eq 'i386'
# && $osname ne 'darwin');
More information about the parrot-commits
mailing list