summaryrefslogtreecommitdiff
path: root/t/porting/podcheck.t
diff options
context:
space:
mode:
Diffstat (limited to 't/porting/podcheck.t')
-rw-r--r--t/porting/podcheck.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t
index dbf6fb9d31..46b6eac97a 100644
--- a/t/porting/podcheck.t
+++ b/t/porting/podcheck.t
@@ -1680,7 +1680,9 @@ if (! $has_input_files) {
}
# If regenerating the data file, start with the modules for which we don't
-# check targets
+# check targets. If you change the sort order, you need to run --regen before
+# committing so that future commits that do run regen don't show irrelevant
+# changes.
if ($regen) {
foreach (sort { lc $a cmp lc $b } keys %valid_modules) {
my_safer_print($copy_fh, $_, "\n");