[svn:parrot] r36763 - trunk/t/codingstd
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Sun Feb 15 16:01:39 UTC 2009
Author: jkeenan
Date: Sun Feb 15 16:01:38 2009
New Revision: 36763
URL: https://trac.parrot.org/parrot/changeset/36763
Log:
Clarify inline comment.
Modified:
trunk/t/codingstd/perlcritic.t
Modified: trunk/t/codingstd/perlcritic.t
==============================================================================
--- trunk/t/codingstd/perlcritic.t Sun Feb 15 14:16:15 2009 (r36762)
+++ trunk/t/codingstd/perlcritic.t Sun Feb 15 16:01:38 2009 (r36763)
@@ -70,8 +70,8 @@
# We want to skip any language's perl files except those which have declared
# they wish to be tested.
- # As languages are leaving the, there a currently no languages that want
- # to be tested in the root 'make codetest'.
+ # As languages are leaving the Parrot repository, there are currently no
+ # languages that want to be tested in the root 'make codetest'.
my $languages_dir = File::Spec->catdir( $PConfig{build_dir}, 'languages');
my $filter_languages = qr/^\Q$languages_dir$PConfig{slash}\E(?!dummy)/x;
More information about the parrot-commits
mailing list