In ext/B/Makefile.PL, order the list of files to scan lexically.
authorNicholas Clark <nick@ccl4.org>
Mon, 23 Jul 2012 10:36:27 +0000 (12:36 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 24 Jul 2012 08:24:18 +0000 (10:24 +0200)
commit61bc5e5cf601af0f9e477344988d84967baaf47f
treed20e89820074aac3a83c71fbcd56e3047ef98c8a
parent1203306491d341ed2f463fbd53a687cff1675d65
In ext/B/Makefile.PL, order the list of files to scan lexically.

It doesn't actually matter which order the files are scanned for constants,
but it's neater and slightly clearer where to add new files if there is an
obvious order.
ext/B/Makefile.PL