[svn:parrot] r48596 - trunk/config/auto

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun Aug 22 14:58:51 UTC 2010


Author: jkeenan
Date: Sun Aug 22 14:58:51 2010
New Revision: 48596
URL: https://trac.parrot.org/parrot/changeset/48596

Log:
Correct inline comment; sort is not asciibetical.

Modified:
   trunk/config/auto/pmc.pm

Modified: trunk/config/auto/pmc.pm
==============================================================================
--- trunk/config/auto/pmc.pm	Sun Aug 22 14:38:55 2010	(r48595)
+++ trunk/config/auto/pmc.pm	Sun Aug 22 14:58:51 2010	(r48596)
@@ -36,8 +36,8 @@
 sub runstep {
     my ( $self, $conf ) = @_;
 
-    # $pmc_list is a string holding a space-delimited, asciibetically-sorted
-    # list of currently active PMCs.
+    # $pmc_list is a string holding a space-delimited list of currently active
+    # PMCs, sorted (largely) on the basis of src/pmc/pmc.num.
     # (By 'current', we take into account the fact that there are PMCs listed
     # in src/pmc/pmc.num that no longer exist but whose index numbers are
     # never deleted.)


More information about the parrot-commits mailing list